Chris Jerdonek added the comment:

Attaching first version of patch.  Interestingly, not all of these pass when I 
tried applying to 2.7.  For example,

>>> int(base='foo')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: an integer is required

So at least one modification will be needed there.

----------
keywords: +needs review, patch
stage: test needed -> patch review
versions: +Python 2.7, Python 3.2
Added file: http://bugs.python.org/file27346/issue-16045-1-default.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16045>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to