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
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
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.
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
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
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
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