From ee0be40f29f45fdd1eeb613410f86d3eac662aeb Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 26 Jun 2012 09:14:40 +0200 Subject: Add yet another missing versionchanged. --- Doc/library/datetime.rst | 3 +++ 1 file changed, 3 insertions(+) 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() -- cgit v0.12