diff options
author | Raymond Hettinger <python@rcn.com> | 2003-01-03 10:41:50 +0000 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-01-03 10:41:50 +0000 |
commit | 1618cedfacdeda58d2837f138ff815439232e3ae (patch) | |
tree | 3ded67b38f456669e7995d93bc7c638e812c7992 | |
parent | 8d0ffe0126f301338625fe7402d3c4c4b617a449 (diff) | |
download | cpython-git-1618cedfacdeda58d2837f138ff815439232e3ae.tar.gz |
Add contributor.
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 2523e3c558..c0c6abe0bb 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -1884,6 +1884,7 @@ added to \class{timedelta} instances. For more information, refer to the \ulink{module's reference documentation}{http://www.python.org/dev/doc/devel/lib/module-datetime.html}. +(Contributed by Tim Peters.) %====================================================================== |