peps: PEP 495: Listed additional affected methods.
https://hg.python.org/peps/rev/cbe0ec0530a5 changeset: 6021:cbe0ec0530a5 user: Alexander Belopolsky <alexander.belopolsky@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
participants (1)
-
alexander.belopolsky