New submission from Oren Tirosh :
The object types in the datetime module can produce a standard string
representation (rfc3339, a subset of iso8601) but they do not provide a method
to parse it.
Proposed method names: isoparse or fromisoformat.
In addition, a constructor call with a single
Oren Tirosh added the comment:
In addition to fixing this - perhaps PYTHONDUMPREFS or something similar should
be added to test automation? It is apparently capable of uncovering some bugs
that none of the other reference and recnt debugging tools could find
New submission from Oren Tirosh:
Reproduce:
Py_DEBUG build
PYTHONDUMPREFS=1 ./python -c pass
(big dump of reference information)
Segmentation fault
git-bisected to commit 7822f151b68e40376af657d267ff774439d9adb9
--
components: Interpreter Core
messages: 292232
nosy: orent
New submission from Oren Tirosh <[EMAIL PROTECTED]>:
The comments in the following modules contain references to PEP 291 or
to remaining compatible with version 2.x. However, they all include non
backward compatible python 3 syntax like "except x as y".
decimal.py
modulefind