Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4aef245

Browse files
committed
[Bug #1079134] Mention change to date comparisons; bump version info and release date to 2.4.1
1 parent ca69f02 commit 4aef245

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

Doc/whatsnew/whatsnew24.tex

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
\maketitle
1919
\tableofcontents
2020

21-
This article explains the new features in Python 2.4, released on
22-
November~30, 2004.
21+
This article explains the new features in Python 2.4.1, released on
22+
March~30, 2005.
2323

2424
Python 2.4 is a medium-sized release. It doesn't introduce as many
2525
changes as the radical Python 2.2, but introduces more features than
@@ -1713,6 +1713,11 @@ \section{Porting to Python 2.4}
17131713
now return an empty list instead of raising a \exception{TypeError}
17141714
exception if called with no arguments.
17151715

1716+
\item You can no longer compare the \class{date} and \class{datetime}
1717+
instances provided by the \module{datetime} module. Two
1718+
instances of different classes will now always be unequal, and
1719+
relative comparisons (\code{<}, \code{>}) will raise a \exception{TypeError}.
1720+
17161721
\item \function{dircache.listdir()} now passes exceptions to the caller
17171722
instead of returning empty lists.
17181723

@@ -1745,7 +1750,8 @@ \section{Acknowledgements \label{acks}}
17451750

17461751
The author would like to thank the following people for offering
17471752
suggestions, corrections and assistance with various drafts of this
1748-
article: Koray Can, Hye-Shik Chang, Michael Dyck, Raymond Hettinger,
1749-
Brian Hurt, Hamish Lawson, Fredrik Lundh, Sean Reifschneider.
1753+
article: Koray Can, Hye-Shik Chang, Michael Dyck, Raymond Hettinger,
1754+
Brian Hurt, Hamish Lawson, Fredrik Lundh, Sean Reifschneider,
1755+
Sadruddin Rejeb.
17501756

17511757
\end{document}

0 commit comments

Comments
 (0)