[issue3213] "pydoc -p" should listen to [::] if IPv6 is supported

2010-06-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5 ___ Python tracker ___ ___ Python-bugs-list ma

[issue8784] tarfile/Windows: Don't use mbcs as the default encoding

2010-06-09 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: STINNER Victor wrote: > > STINNER Victor added the comment: > > I created a TAR archive with the 7-zip archiver of file with diacritics in > their name (eg. "é" and "à"). Then I opened the archive with WinRAR: the file > names were not displayed correct

[issue3276] httplib.HTTPConnection._send_request should not blindly assume dicts for headers

2010-06-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: This is a feature request for now old versions. It would have to be reformulated as a feature request for a 3.2 module. I do not see the dict (mapping now?) requirement being changed. -- nosy: +tjreedy resolution: -> out of date status: open -> pendi

[issue8784] tarfile/Windows: Don't use mbcs as the default encoding

2010-06-09 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Marc-Andre Lemburg wrote: > > Marc-Andre Lemburg added the comment: > > STINNER Victor wrote: >> >> STINNER Victor added the comment: >> >> I created a TAR archive with the 7-zip archiver of file with diacritics in >> their name (eg. "é" and "à"). Then

[issue3423] DeprecationWarning message applies to wrong context with exec()

2010-06-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: In 3.1, I get >>> exec("1/0") Traceback (most recent call last): File "", line 1, in exec("1/0") File "", line 1, in ZeroDivisionError: int division or modulo by zero In your example, would you really prefer that the warning message start with "1" (o

[issue3430] httplib.HTTPResponse documentations inconsistent

2010-06-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: Docs have been considerably updated since 2.5. Please check if this still applies to the 2.7 docs -- nosy: +tjreedy status: open -> pending ___ Python tracker

[issue3456] compile python using MinGW

2010-06-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6, Python 2.7, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list ma

[issue3456] compile python using MinGW

2010-06-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue3494] "[Errno 11] Resource temporarily unavailable" while using tracing facility/threads (in linux listdir with unicode path)

2010-06-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: "The above fix could be backported." Too late now. -- nosy: +tjreedy resolution: -> out of date status: open -> closed ___ Python tracker ___ _

[issue3423] DeprecationWarning message applies to wrong context with exec()

2010-06-09 Thread Greg Hazel
Greg Hazel added the comment: Searching the file for "raise" is sort of pointless, since exec() takes a string which might have come from anywhere, and there might be any number of exec() calls in the module. See: http://codepad.org/7EBMhb0O There are at least two reasonable answers: :1: Dep

[issue8915] Use locale.nl_langinfo in _strptime

2010-06-09 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: See also issue8957. If this happens, I would like to add a pure python implementation strftime. See also issue7989. -- assignee: -> belopolsky nosy: +belopolsky ___ Python tracker

[issue2401] Solaris: ctypes tests being skipped despite following #1516

2010-06-09 Thread Atro Tossavainen
Atro Tossavainen added the comment: > Does this apply to any current version? Funny you should ask, I've just started building Python 2.6.5 yesterday. I should know in a bit. -- status: pending -> open ___ Python tracker

<    1   2