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
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 =
mrDoctorWho0 . added the comment:
oops! wrong place!
--
___
Python tracker
<http://bugs.python.org/issue11220>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by mrDoctorWho0 . :
Removed file: http://bugs.python.org/file31824/code.py
___
Python tracker
<http://bugs.python.org/issue11220>
___
___
Python-bugs-list mailin
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
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