[Python-checkins] peps: PEP 495: Listed additional affected methods.

alexander.belopolsky python-checkins at python.org
Mon Aug 31 04:15:13 CEST 2015


https://hg.python.org/peps/rev/cbe0ec0530a5
changeset:   6021:cbe0ec0530a5
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Sun Aug 30 22:15:10 2015 -0400
summary:
  PEP 495: Listed additional affected methods.

files:
  pep-0495.txt |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/pep-0495.txt b/pep-0495.txt
--- a/pep-0495.txt
+++ b/pep-0495.txt
@@ -275,7 +275,9 @@
 On the other hand, if object's ``tzinfo`` is set to a fold-aware
 implementation, then the value of ``fold`` will affect the result of
 several methods but only if the corresponding time is in a fold or in
-a gap: ``utcoffset()``, ``dst()``, ``tzname()``, and ``timetuple()``.
+a gap: ``utcoffset()``, ``dst()``, ``tzname()``, ``astimezone()``,
+``strftime()`` (if "%Z" or "%z" directive is used in the format
+specification), ``isoformat()``, and ``timetuple()``.
 
 
 Combining and splitting date and time

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list