[Python-Dev] Can we checkin on the main trunk?

Guido van Rossum guido@python.org
Thu, 20 Dec 2001 18:19:42 -0500


> I have a trivial change for asynchat to shut up pychecker:
> 
>     /usr/local/lib/python2.2/asynchat.py:83: Local variable (why) not used
>     /usr/local/lib/python2.2/asynchat.py:217: Local variable (why) not used
> 
> (delete the "why" variable in both cases).
> 
> Can I check in on the main trunk and have it go into 2.3 without disturbing
> the 2.2 release?

Yes, the release branch has been made.  The trunk is all yours.

--Guido van Rossum (home page: http://www.python.org/~guido/)