Add yet another missing versionchanged.

This commit is contained in:
Georg Brandl 2012-06-26 09:14:40 +02:00
parent 3f81ba88ae
commit ee0be40f29

View file

@ -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()