[issue20315] Remove old compatibility code

2014-01-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks for your review Benjamin. -- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue20315] Remove old compatibility code

2014-01-20 Thread Roundup Robot
Roundup Robot added the comment: 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': Is

[issue20315] Remove old compatibility code

2014-01-20 Thread Benjamin Peterson
Benjamin Peterson added the comment: Seems good to me. -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing

[issue20315] Remove old compatibility code

2014-01-20 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: 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.