-
- Downloads
Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)
* Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. * bpo-5288: Implemented %z formatting of sub-minute offsets. * bpo-5288: Removed mentions of the whole minute limitation on TZ offsets. * bpo-5288: Removed one more mention of the whole minute limitation. Thanks @csabella! * Fix a formatting error in the docs * Addressed review comments. Thanks, @haypo.
Showing
- Doc/library/datetime.rst 50 additions, 22 deletionsDoc/library/datetime.rst
- Lib/datetime.py 29 additions, 22 deletionsLib/datetime.py
- Lib/test/datetimetester.py 18 additions, 9 deletionsLib/test/datetimetester.py
- Misc/NEWS.d/next/Library/2017-07-26-13-18-29.bpo-5288.o_xEGj.rst 1 addition, 0 deletions...WS.d/next/Library/2017-07-26-13-18-29.bpo-5288.o_xEGj.rst
- Modules/_datetimemodule.c 30 additions, 27 deletionsModules/_datetimemodule.c
Loading
Please register or sign in to comment