Issue 17682: _io is missing in Setup.dist in 2.7.x (original) (raw)

Issue17682

Created on 2013-04-09 15:31 by doko, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg186430 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2013-04-09 15:31
_io is missing in Setup.dist in 2.7.x. just adding it, copied the file list from the setup.py, leaving it commented out.
msg186433 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-04-09 15:34
New changeset 075bbf701d0b by doko in branch '2.7': - Issue #17682: Add the _io module to Modules/Setup.dist (commented out). http://hg.python.org/cpython/rev/075bbf701d0b
History
Date User Action Args
2022-04-11 14:57:44 admin set github: 61882
2013-04-09 15:36:44 doko set status: open -> closedresolution: fixedstage: resolved
2013-04-09 15:34:53 python-dev set nosy: + python-devmessages: +
2013-04-09 15:31:05 doko create