[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 ___ ___ Python-bugs-list mailing list Un

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

2013-09-20 Thread mrDoctorWho0 .
mrDoctorWho0 . added the comment: oops! wrong place! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[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 = self._open(req, data)