[Python-Dev] Vacation; Python 2.2.3 release.

Matthias Klose doko@cs.tu-berlin.de
Mon, 19 May 2003 23:13:05 +0200


Barry Warsaw writes:
> FWIW, I'm going to be around, and am fairly free during the US Memorial
> Day weekend 24th - 26th.  Can we shoot for getting a release out that
> weekend?  If we can code freeze by the 22nd, I can throw together a
> release candidate on Friday (with Tim's help for Windows) and a final by
> Monday.

I'd like to see the following patches included, they are in HEAD and
currently applied in the python2.2 Debian packages, so they got some
testing.

- Send anonymous password when using anonftp
  Lib/ftplib.py 1.62 1.63
  See http://python.org/sf/497420

- robotparser.py fails on some URLs (including change of copyright
  from "Python 2.0 open source license").
  See http://python.org/sf/499513

- make tkinter compatible with tk-8.4.2.
  See http://python.org/sf/707701

	Matthias