1.3.0
Added
- Added support for the alternative formatter's tokens in
from_format(). - Added a
timezonesmodule attribute to expose available timezones. - Added the
exactkeyword toparse()which behaves exactly likestrict.
Changed
- Dropped support for Python 3.2 and 3.3.
- The
classicformatter infrom_format()is now deprecated.
Fixed
- Fixed
thlocale. (Thanks to idxn)