Re: [Python-3000] [Python-checkins] Merging mailing lists

2008-12-04 Thread Fred Drake
On Thu, Dec 4, 2008 at 2:36 AM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > I would like to merge mailing lists, now that the design and first > implementation of Python 3000 is complete. In particular, I would +1 -Fred -- Fred L. Drake, Jr. "Chaos is the score upon which reality is w

[Python-3000] Python 3.0 - what's new

2008-12-04 Thread Oleg Broytmann
http://docs.python.org/dev/3.0/whatsnew/3.0.html > os.getcwdu() returns the current working directory as a bytes instance getcwdb(), I suppose? > New binary literals, e.g. 0b1010 (already in 2.6). > Bytes literals are introduced with a leading b or B, and there is a new > corresponding builti

Re: [Python-3000] Merging mailing lists

2008-12-04 Thread Jeremy Hylton
On Thu, Dec 4, 2008 at 2:36 AM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > I would like to merge mailing lists, now that the design and first > implementation of Python 3000 is complete. In particular, I would > like to merge the python-3000 mailing list back into python-dev, > and the python-3

Re: [Python-3000] [Python-3000-checkins] Merging mailing lists

2008-12-04 Thread Brett Cannon
On Wed, Dec 3, 2008 at 23:36, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > I would like to merge mailing lists, now that the design and first > implementation of Python 3000 is complete. In particular, I would > like to merge the python-3000 mailing list back into python-dev, > and the python-300

Re: [Python-3000] Merging mailing lists

2008-12-04 Thread Paul Moore
2008/12/4 "Martin v. Löwis" <[EMAIL PROTECTED]>: > Any objections? The timing is right, go for it. Paul ___ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/o

Re: [Python-3000] Merging mailing lists

2008-12-04 Thread Dmitry Vasiliev
Martin v. Löwis wrote: > I would like to merge mailing lists, now that the design and first > implementation of Python 3000 is complete. In particular, I would +1 -- Dmitry Vasiliev (dima at hlabs.spb.ru) http://hlabs.spb.ru ___ Python-3000 mailing l

Re: [Python-3000] [Python-Dev] Merging mailing lists

2008-12-04 Thread Martin v. Löwis
> I like the general sentiment, but I think it may be a bad idea to > automatically bring all the subscribers from the -3000 lists over to the > more general lists. For instance if someone has an address subscribed > specifically to archive the -3000 list suddenly it will begin archiving > the othe

Re: [Python-3000] Python 3.0 - what's new

2008-12-04 Thread Guido van Rossum
Good catches. On Thu, Dec 4, 2008 at 3:29 AM, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > http://docs.python.org/dev/3.0/whatsnew/3.0.html > >> os.getcwdu() returns the current working directory as a bytes instance > > getcwdb(), I suppose? > >> New binary literals, e.g. 0b1010 (already in 2.6).

Re: [Python-3000] Python 3.0 - what's new

2008-12-04 Thread Georg Brandl
Guido van Rossum schrieb: > Good catches. > > On Thu, Dec 4, 2008 at 3:29 AM, Oleg Broytmann <[EMAIL PROTECTED]> wrote: >> http://docs.python.org/dev/3.0/whatsnew/3.0.html >> >>> os.getcwdu() returns the current working directory as a bytes instance >> >> getcwdb(), I suppose? >> >>> New binary