[issue18642] enhancement for operator 'assert'

2013-08-03 Thread mrDoctorWho0 .
mrDoctorWho0 . added the comment: Assert with this feature will make code simplest. Simplification isn't python way? Why don't add it in python? It's must be really useful. Sometimes its necessary, when need to catch specified exception. Its easier to search errors by type, no

[issue11220] Sometimes library raises URLError when trying POST with httpS

2013-09-20 Thread mrDoctorWho0 .
mrDoctorWho0 . added the comment: Trying to use POST-request to https://vk.com and sometimes library raise an error. File "library/vkApi.py", line 31, in post response = self.Opener.open(request) File "/usr/lib/python2.7/urllib2.py", line 404, in open response =

[issue11220] Sometimes library raises URLError when trying POST with httpS

2013-09-20 Thread mrDoctorWho0 .
mrDoctorWho0 . added the comment: oops! wrong place! -- ___ Python tracker <http://bugs.python.org/issue11220> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11220] Sometimes library raises URLError when trying POST with httpS

2013-09-20 Thread mrDoctorWho0 .
Changes by mrDoctorWho0 . : Removed file: http://bugs.python.org/file31824/code.py ___ Python tracker <http://bugs.python.org/issue11220> ___ ___ Python-bugs-list mailin

[issue19057] Sometimes urllib2 raises URLError when trying POST with httpS

2013-09-20 Thread mrDoctorWho0 .
New submission from mrDoctorWho0 .: Trying to use POST-request to https://vk.com and sometimes library raise an error. File "library/vkApi.py", line 31, in post response = self.Opener.open(request) File "/usr/lib/python2.7/urllib2.py", line 404, in open respo

[issue17970] Mutlithread XML parsing cause segfault

2013-05-13 Thread mrDoctorWho0 .
New submission from mrDoctorWho0 .: Linux i386, Python 2.7.4. Multithread xml parsing via pyexpat cause segmentation fault -- components: XML files: pyexpat_crash_multithread.py messages: 189131 nosy: mrDoctorWho0.. priority: normal severity: normal status: open title: Mutlithread XML