]> granicus.if.org Git - python/commitdiff
Add yet another missing versionchanged.
authorGeorg Brandl <georg@python.org>
Tue, 26 Jun 2012 07:14:40 +0000 (09:14 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 26 Jun 2012 07:14:40 +0000 (09:14 +0200)
Doc/library/datetime.rst

index c0cc2f151b4a9c4abf933b7532b810cca4a190a7..02633cd7e1cfa93c3c45dc841f0cbc7de05924de 100644 (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()