Issue 20315: Remove old compatibility code (original ) (raw ) Issue20315
Created on 2014-01-20 19:01 by serhiy.storchaka , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (4)
msg208559 - (view)
Author: Serhiy Storchaka (serhiy.storchaka) *
Date: 2014-01-20 19:01
Proposed patch removes the code which supports compatibility with old Python 2.x versions. As far as these files are never used with Python 2.x (and the compatibility was broken by other differences between 2.x and 3.x), this code can be removed from 3.x.
msg208560 - (view)
Author: Benjamin Peterson (benjamin.peterson) *
Date: 2014-01-20 19:05
Seems good to me.
msg208567 - (view)
Author: Roundup Robot (python-dev)
Date: 2014-01-20 19:35
New changeset 5f754f1e3194 by Serhiy Storchaka in branch '3.3': Issue #20315 : Removed support for backward compatibility with early 2.x versions. http://hg.python.org/cpython/rev/5f754f1e3194 New changeset ede054eb3dc1 by Serhiy Storchaka in branch 'default': Issue #20315 : Removed support for backward compatibility with early 2.x versions. http://hg.python.org/cpython/rev/ede054eb3dc1
msg208568 - (view)
Author: Serhiy Storchaka (serhiy.storchaka) *
Date: 2014-01-20 19:36
Thanks for your review Benjamin.
History
Date
User
Action
Args
2022-04-11 14:57:57
admin
set
github: 64514
2014-01-20 19:36:53
serhiy.storchaka
set
status: open -> closedmessages: + assignee: serhiy.storchaka resolution: fixedstage: patch review -> resolved
2014-01-20 19:35:40
python-dev
set
nosy: + python-dev messages: +
2014-01-20 19:05:22
benjamin.peterson
set
nosy: + benjamin.peterson messages: +
2014-01-20 19:01:13
serhiy.storchaka
create