[issue7446] http.cookies.BaseCookie (and SimpleCookie) can't be load from dict

2009-12-05 Thread Thomas Courbon
New submission from Thomas Courbon : Hi there ! According the documentation [1], the following code should work : >>> from http.cookies import SimpleCookie >>> c = SimpleCookie({'field1': 'value1', 'field2': 'value2'}) >>> pri

[issue4953] cgi module cannot handle POST with multipart/form-data in 3.0

2009-11-16 Thread Thomas Courbon
Thomas Courbon added the comment: It seems that there wasn't work on that issue (which look complicated by the way). I'll wait, there is so much other aspects of a web framework to play with :) Thank anyway for the pointer. -- ___ Pyth

[issue4953] cgi module cannot handle POST with multipart/form-data in 3.0

2009-11-15 Thread Thomas Courbon
Thomas Courbon added the comment: *bump* Hi there Pythoners ! As Timothy Farrell I'm currently working (or rather, toying since it just for fun) on a Python3 web framework. I just started but when it come to file upload I experience issues which I believe are connected to that issue.

[issue7103] Error in config parser example (w/ Patch)

2009-10-11 Thread Thomas Courbon
Thomas Courbon added the comment: Due to its quite generic title I was unable to find this issue. Sorry for the duplicate. Thomas -- ___ Python tracker <http://bugs.python.org/issue7

[issue7103] Error in config parser example (w/ Patch)

2009-10-11 Thread Thomas Courbon
Changes by Thomas Courbon : -- keywords: +patch Added file: http://bugs.python.org/file15101/configparser_example_issue_7103.patch ___ Python tracker <http://bugs.python.org/issue7

[issue7103] Error in config parser example (w/ Patch)

2009-10-11 Thread Thomas Courbon
New submission from Thomas Courbon : When ran in python 3.1.1 (hand compiled, fedora 11), the first example of configparser module fail with : Traceback (most recent call last): File "test1.py", line 22, in config.write(configfile) File "/usr/local/lib/python3.1/configp

[issue6424] Idle3 crashing when using completion

2009-07-05 Thread Thomas Courbon
New submission from Thomas Courbon : Configuration : fedora 11, python3.1 manually compiled and installed along python 2.6 (provided by the distribution). Reproducibility : seems to be happening any time Description : When you try to use the auto-completion (ctrl + space) on anything (tested