[Python-Dev] Hello, I'm the other new guy

2007-11-13 Thread Christian Heimes
Hello Pythonistas and fellow core developers! After Amaury introduced himself I've decided that I *have* to take some time to introduce myself, too. Hello, my name is Christian Heimes and I'm a 28 years old German from Aachen. Aachen is a beautiful city about 70km West to Cologne and near the bor

Re: [Python-Dev] New python developer

2007-11-13 Thread Raymond Hettinger
> As you may have seen, I have recently been granted developer > privileges on python svn. Hello Amaury. Welcome aboard. Raymond ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://

Re: [Python-Dev] New python developer

2007-11-13 Thread Brett Cannon
On Nov 13, 2007 1:05 PM, Amaury Forgeot d'Arc <[EMAIL PROTECTED]> wrote: > Hello, > > As you may have seen, I have recently been granted developer > privileges on python svn. Welcome aboard, Amaury! -Brett ___ Python-Dev mailing list Python-Dev@python.o

Re: [Python-Dev] New python developer

2007-11-13 Thread Guido van Rossum
Welcome Amaury! Your contributions have already been most helpful. Thanks for letting us peek at your background! --Guido On Nov 13, 2007 1:05 PM, Amaury Forgeot d'Arc <[EMAIL PROTECTED]> wrote: > Hello, > > As you may have seen, I have recently been granted developer > privileges on python svn.

[Python-Dev] New python developer

2007-11-13 Thread Amaury Forgeot d'Arc
Hello, As you may have seen, I have recently been granted developer privileges on python svn. Let me introduce myself. I am French, 35 years old, and father of 5 children. I work as a programmer in a fund manager company, and have been working with python for eight years now. What I mostly like

[Python-Dev] Summary of Tracker Issues

2007-11-13 Thread Tracker
ACTIVITY SUMMARY (11/06/07 - 11/13/07) Tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 1323 open (+17) / 11597 closed (+23) / 12920 total (+40) Open issues with patches: 418 Average durati

Re: [Python-Dev] XML codec?

2007-11-13 Thread Walter Dörwald
Fred Drake wrote: > On Nov 12, 2007, at 8:56 AM, Walter Dörwald wrote: >> It isn't "embedded". codecs.detect_xml_encoding() is callable without >> any problems (though not documented). > > "Not documented" means not available, I think. I just din't think that someone wants the detection function,