diff options
author | Raymond Hettinger <python@rcn.com> | 2003-01-03 10:41:50 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-01-03 10:41:50 (GMT) |
commit | 1618cedfacdeda58d2837f138ff815439232e3ae (patch) | |
tree | 3ded67b38f456669e7995d93bc7c638e812c7992 /Doc/whatsnew | |
parent | 8d0ffe0126f301338625fe7402d3c4c4b617a449 (diff) | |
download | cpython-1618cedfacdeda58d2837f138ff815439232e3ae.zip cpython-1618cedfacdeda58d2837f138ff815439232e3ae.tar.gz cpython-1618cedfacdeda58d2837f138ff815439232e3ae.tar.bz2 |
Add contributor.
Diffstat (limited to 'Doc/whatsnew')
-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 2523e3c..c0c6abe 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.) %====================================================================== |