[issue21114] wsgiref.simple_server doesn't handle multi-line headers correctly

2017-10-17 Thread abraithwaite
abraithwaite added the comment: This might have been fixed by https://bugs.python.org/issue22928 Have not tested. -- nosy: +abraithwaite ___ Python tracker <https://bugs.python.org/issue21

[issue21784] __init__.py can be a directory

2014-06-16 Thread abraithwaite
New submission from abraithwaite: Is this expected? It was very confusing when I cloned a repo that didn't have the __init__.py there when I had just made it, but of course git doesn't track files, only directories. I had accidentaly done mkdir instead of touch. $ mkdir pkg/_

[issue21784] __init__.py can be a directory

2014-06-16 Thread abraithwaite
abraithwaite added the comment: > but of course git doesn't track files, only directories. but of course git doesn't track *directories*, only *files*. -- ___ Python tracker <http://bugs.pytho

[issue21784] __init__.py can be a directory

2014-06-17 Thread abraithwaite
abraithwaite added the comment: Interesting. I saw the same behavior on 2.7.7 as well: $ python2 Python 2.7.7 (default, Jun 3 2014, 01:46:20) [GCC 4.9.0 20140521 (prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more