Patches item #1564981, was opened at 2006-09-25 10:58
Message generated for change (Comment added) made by gbrandl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1564981&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Seo Sanghyeon (sanxiyn)
>Assigned to: Georg Brandl (gbrandl)
Summary: tarfile depends on undocumented behaviour
Initial Comment:
CPython currently treats an argument to int() or long()
when base is specified as null-terminated strings, but
this isn't documented AFAIK.
i.e. int('0777\0', 8) works.
tarfile depends on this behaviour, which breaks
IronPython 1.0. Attached patch fixes this.
----------------------------------------------------------------------
>Comment By: Georg Brandl (gbrandl)
Date: 2006-10-29 09:25
Message:
Logged In: YES
user_id=849994
This was already fixed otherwise. Thanks for the patch though.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1564981&group_id=5470
_______________________________________________
Patches mailing list
[email protected]
http://mail.python.org/mailman/listinfo/patches