[Python-checkins] r60207 - in python/trunk: Doc/library/pprint.rst Lib/pprint.py Misc/NEWS

Guido van Rossum guido at python.org
Wed Jan 23 02:04:42 CET 2008


On Jan 22, 2008 4:46 PM, Raymond Hettinger <python at rcn.com> wrote:
> [GvR]
> > Warning: this should be done differently in 3.0 --
> > if the set is non-empty, it should write '{' and set
> > endchar to '}'.
>
> What is the right procedure for this sort of thing?
> Should I wait for the next merge and then add the
> customization?

Yes, or you could do the next merge yourself. Christian can help you
with the procedure if you need it.

> Should I let it live on the head a
> bit to see if there is more commentary?

Only if you worry that this would be controversial, which I doubt in
this particular case.

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


More information about the Python-checkins mailing list