From: Georg Brandl Date: Tue, 26 Jun 2012 07:14:40 +0000 (+0200) Subject: Add yet another missing versionchanged. X-Git-Tag: v3.3.0b1~2^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee0be40f29f45fdd1eeb613410f86d3eac662aeb;p=thirdparty%2FPython%2Fcpython.git Add yet another missing versionchanged. --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index c0cc2f151b4a..02633cd7e1cf 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()