Helge Munk Jacobsen
Results
2
issues of
Helge Munk Jacobsen
It is a little confusing that two different install instructions are given on PyPI. One using `-` and one using `_`. Will both work? Which is the preferred? 
It seems to be impossible to get the following behaviour: `parse("01-02-03") == "datetime.datetime(2003, 2, 1, 0, 0)"` `parse("2003-02-01") == "datetime.datetime(2003, 2, 1, 0, 0)"` The problem is that when ever...
Type: Bug