[issue3879] 2.6 regression in urllib.getproxies_environment

2008-09-21 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Fixed in r66544. -- resolution: accepted -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3879] 2.6 regression in urllib.getproxies_environment

2008-09-21 Thread vila
vila <[EMAIL PROTECTED]> added the comment: Georg Brandl: > I guess you're processing the result of > getproxies() yourself and relying on "no" being a key? Indeed. Thanks for approving this. ___ Python tracker <[EMAIL PROTECTED]>

[issue3879] 2.6 regression in urllib.getproxies_environment

2008-09-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I think the patch is okay; I guess you're processing the result of getproxies() yourself and relying on "no" being a key? -- resolution: -> accepted ___ Python tracker <[EMAIL PROTECTED]>

[issue3879] 2.6 regression in urllib.getproxies_environment

2008-09-18 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Georg, you applied the offending patch. Can you comment? -- assignee: -> georg.brandl nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> _

[issue3879] 2.6 regression in urllib.getproxies_environment

2008-09-18 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- keywords: +needs review priority: -> release blocker ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3879] 2.6 regression in urllib.getproxies_environment

2008-09-18 Thread vila
vila <[EMAIL PROTECTED]> added the comment: Here you are Added file: http://bugs.python.org/file11516/issue3879.patch ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3879] 2.6 regression in urllib.getproxies_environment

2008-09-16 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: It would be nice to have a test for the patch. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3879] 2.6 regression in urllib.getproxies_environment

2008-09-16 Thread jan matejek
Changes by jan matejek <[EMAIL PROTECTED]>: -- nosy: +matejcik ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailing l

[issue3879] 2.6 regression in urllib.getproxies_environment

2008-09-16 Thread vila
New submission from vila <[EMAIL PROTECTED]>: With or without this patch, running: ./python.exe -E -tt ./Lib/test/regrtest.py -l -u network test_urllib2net test_urllibnet test_socketserver test_SimpleHTTPServer succeeds Since this is a regression from 2.5, can this patch be applied to 2.6 fi