[Python-checkins] cpython: Add yet another missing versionchanged.

georg.brandl python-checkins at python.org
Tue Jun 26 09:14:08 CEST 2012


http://hg.python.org/cpython/rev/ff09c3f9ac9d
changeset:   77793:ff09c3f9ac9d
user:        Georg Brandl <georg at python.org>
date:        Tue Jun 26 09:14:40 2012 +0200
summary:
  Add yet another missing versionchanged.

files:
  Doc/library/datetime.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
--- 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()
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list