[issue16066] Truncated POST data in CGI script on Windows 7

2019-04-26 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue16066] Truncated POST data in CGI script on Windows 7

2014-10-03 Thread Eyal Gruss
Eyal Gruss added the comment: i can confirm on win 7 and python 3.4.1 -- nosy: +Eyal.Gruss ___ Python tracker ___ ___ Python-bugs-list

[issue16066] Truncated POST data in CGI script on Windows 7

2014-07-29 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue16066] Truncated POST data in CGI script on Windows 7

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: @Alexander apologies for the delay in getting back to you. Who is best placed to look at this issue, I'll admit to knowing squat about cgi? -- components: +Library (Lib) nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.2 _

[issue16066] Truncated POST data in CGI script on Windows 7

2012-09-28 Thread Alexander Martin
Alexander Martin added the comment: The successful script execution was run under Python 2.7.3 (as of today one of the two as "production version" labeled releases). The initial report's reference to Python 2.7.2 was made by mistake. May anyone confirm this error behaviour on Python production

[issue16066] Truncated POST data in CGI script on Windows 7

2012-09-27 Thread Alexander Martin
New submission from Alexander Martin: POST data is truncated randomly when sent to a python script running on a simple python CGI server on Windows 7 with Python 3.2.3. The same server and script files run successfully on MAC OSX 10.8 with Python 3.2.3. A similar server (adapted for lower Pyth