commit | ee0be40f29f45fdd1eeb613410f86d3eac662aeb | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Jun 26 09:14:40 2012 +0200 |
committer | Georg Brandl <georg@python.org> | Tue Jun 26 09:14:40 2012 +0200 |
tree | 722523a181d23e680f3065af1a83bed13c94a3e9 | |
parent | 3f81ba88ae5bd82723bf7cf3e3134aae20c6d0fe [diff] [blame] |
Add yet another missing versionchanged.
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index c0cc2f1..02633cd 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst
@@ -999,6 +999,9 @@ # Convert from UTC to tz's local time. return tz.fromutc(utc) + .. versionchanged:: 3.3 + *tz* now can be omitted. + .. method:: datetime.utcoffset()