diff -r c3fd4f956020 Doc/library/datetime.rst --- a/Doc/library/datetime.rst Mon Sep 12 21:17:09 2011 +0200 +++ b/Doc/library/datetime.rst Thu Sep 15 21:12:17 2011 +0200 @@ -15,7 +15,7 @@ formatting and manipulation. For related functionality, see also the :mod:`time` and :mod:`calendar` modules. -There are two kinds of date and time objects: "naive" and "aware". This +Date and time objects are either "naive" or "aware". This distinction refers to whether the object has any notion of time zone, daylight saving time, or other kind of algorithmic or political time adjustment. Whether a naive :class:`datetime` object represents Coordinated Universal Time (UTC), diff -r c3fd4f956020 Misc/ACKS --- a/Misc/ACKS Mon Sep 12 21:17:09 2011 +0200 +++ b/Misc/ACKS Thu Sep 15 21:12:17 2011 +0200 @@ -1063,3 +1063,4 @@ Peter Åstrand Torsten Becker Pierre Carrier +Jakob Malm