[issue14589] test_algorithms() of test_ssl fails: certificate of sha256.tbs-internet.com changed

2012-04-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed! Note: to get the new certificate chain, I just did: $ openssl s_client -connect sha256.tbs-internet.com:443 -showcerts :) -- components: +Tests resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior _

[issue6657] Copy documentation section

2012-04-15 Thread R. David Murray
R. David Murray added the comment: Hmm. 2.5 years later it isn't looking like we are going to get a response. Closing. -- nosy: +r.david.murray resolution: -> works for me stage: -> committed/rejected status: open -> closed ___ Python tracker <

[issue14589] test_algorithms() of test_ssl fails: certificate of sha256.tbs-internet.com changed

2012-04-15 Thread STINNER Victor
STINNER Victor added the comment: Thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue14590] ConfigParser doesn't strip inline comment when delimiter occurs earlier without preceding space.

2012-04-15 Thread Graham Dumpleton
New submission from Graham Dumpleton : When parsing for inline comments, ConfigParser will only check the first occurrence of the delimiter in the line. If that instance of the delimiter isn't preceded with a space, it then assumes no comment. This ignores the fact that there could be a second

[issue14590] ConfigParser doesn't strip inline comment when delimiter occurs earlier without preceding space.

2012-04-15 Thread R. David Murray
Changes by R. David Murray : -- assignee: -> lukasz.langa nosy: +lukasz.langa ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue14590] ConfigParser doesn't strip inline comment when delimiter occurs earlier without preceding space.

2012-04-15 Thread R. David Murray
Changes by R. David Murray : -- versions: -Python 2.6, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue13959] Re-implement parts of imp in pure Python

2012-04-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4256df44023b by Brett Cannon in branch 'default': Issue #13959: Re-implement imp.load_package() in imp.py. http://hg.python.org/cpython/rev/4256df44023b -- ___ Python tracker

[issue10854] Output .pyd name in error message of ImportError when DLL load fails

2012-04-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset f341b99bb370 by Brian Curtin in branch 'default': Fix #10854. Make use of the new path and name attributes on ImportError http://hg.python.org/cpython/rev/f341b99bb370 -- nosy: +python-dev ___ Python tra

[issue10854] Output .pyd name in error message of ImportError when DLL load fails

2012-04-15 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue1508475] transparent gzip compression in urllib

2012-04-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The patch for py3k also has the disadvantage that the content is decoded even if the user has defined a Content-Encoding and he is going to process compressed response himself. -- ___ Python tracker

[issue14562] urllib2 maybe blocks too long with small chunks

2012-04-15 Thread Qiangning Hong
Changes by Qiangning Hong : -- nosy: +hongqn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue14583] try/except import fails --without-threads

2012-04-15 Thread Stefan Krah
Stefan Krah added the comment: The SystemError has changed to a KeyError: http://www.python.org/dev/buildbot/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/2004/steps/test/logs/stdio At least that makes it easy to spot the location in import.c. The shortest way to reproduce the

<    1   2