Issue1666

classification
Title: datetime.strptime() errors with %f formatter
Type: Severity: normal
Components: None Versions: 2.5.1
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: mrjones98, pjenvey
Priority: Keywords:

Created on 2010-10-21.16:03:10 by mrjones98, last changed 2010-12-24.23:33:02 by pjenvey.

Messages
msg6192 (view) Author: (mrjones98) Date: 2010-10-21.16:03:09
Running on Snow Leopard 10.6.4 and MacPorts.

Have some code that uses the %f formatter for microsecond parsing which results in an IllegalArgumentException when passed to SimpleDateFormat since SimpleDateFormat doesn't support microseconds...
msg6304 (view) Author: Philip Jenvey (pjenvey) Date: 2010-12-24.23:33:02
Like #1689, %f formatting wasn't added until likely CPython 2.6. Jython 2.5 only supports CPython 2.5 features (for the most part)
History
Date User Action Args
2010-12-24 23:33:02pjenveysetstatus: open -> closed
resolution: invalid
messages: + msg6304
nosy: + pjenvey
2010-10-21 16:03:10mrjones98create