Change by Josh Lee :
--
nosy: +jleedev
___
Python tracker
<https://bugs.python.org/issue16525>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Josh Lee :
--
nosy: +jleedev
___
Python tracker
<https://bugs.python.org/issue26495>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Josh Lee :
--
nosy: +jleedev
___
Python tracker
<http://bugs.python.org/issue22455>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Josh Lee :
--
nosy: +jleedev
___
Python tracker
<http://bugs.python.org/issue3213>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by Josh Lee :
--
nosy: +jleedev
___
Python tracker
<http://bugs.python.org/issue24209>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Josh Lee :
--
nosy: +jleedev
___
Python tracker
<http://bugs.python.org/issue25667>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Josh Lee :
--
nosy: +jleedev
___
Python tracker
<http://bugs.python.org/issue20215>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Josh Lee :
--
nosy: +jleedev
___
Python tracker
<http://bugs.python.org/issue13444>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Josh Lee :
--
nosy: +jleedev
___
Python tracker
<http://bugs.python.org/issue11822>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Josh Lee:
While SimpleHTTPServer from Python2 would happily spit out whatever bytes were
in the directory listing, Python3's http.server logs an error and closes the
connection without responding to the HTTP request.
$ mkdir $'\xff'
$ ls
\377/
$ python3
Changes by Josh Lee :
--
nosy: +jleedev
___
Python tracker
<http://bugs.python.org/issue19837>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Josh Lee :
--
nosy: +jleedev
___
Python tracker
<http://bugs.python.org/issue17909>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Josh Lee :
--
nosy: +jleedev
___
Python tracker
<http://bugs.python.org/issue10976>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Josh Lee:
>>> symbol.sym_name[337]
Traceback (most recent call last):
File "", line 1, in
KeyError: 337
It should be 'yield_arg'.
--
components: Library (Lib)
messages: 181440
nosy: Josh.Lee
priority: normal
severity: normal
status:
14 matches
Mail list logo