diff options
author | Georg Brandl <georg@python.org> | 2012-06-26 07:14:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-26 07:14:40 (GMT) |
commit | ee0be40f29f45fdd1eeb613410f86d3eac662aeb (patch) | |
tree | 722523a181d23e680f3065af1a83bed13c94a3e9 /Doc/library/datetime.rst | |
parent | 3f81ba88ae5bd82723bf7cf3e3134aae20c6d0fe (diff) | |
download | cpython-ee0be40f29f45fdd1eeb613410f86d3eac662aeb.zip cpython-ee0be40f29f45fdd1eeb613410f86d3eac662aeb.tar.gz cpython-ee0be40f29f45fdd1eeb613410f86d3eac662aeb.tar.bz2 |
Add yet another missing versionchanged.
Diffstat (limited to 'Doc/library/datetime.rst')
-rw-r--r-- | Doc/library/datetime.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ Instance methods: # Convert from UTC to tz's local time. return tz.fromutc(utc) + .. versionchanged:: 3.3 + *tz* now can be omitted. + .. method:: datetime.utcoffset() |