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
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/_
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
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