Re: [Python-Dev] ElementTree in stdlib

2005-12-13 Thread Walter Dörwald
se classes as callbacks with the parser doesn't look that pythonic to me. An iterator API seems much more pythonic. Then again, pythonic is whatever you say that it is. ;) Bye, Walter Dörwald ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] ElementTree in stdlib

2005-12-13 Thread Walter Dörwald
aybe a subset of the ElementTree API (I don't think the text and trail attributes should be in that API). Bye, Walter Dörwald ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe:

Re: [Python-Dev] ElementTree in stdlib

2005-12-14 Thread Walter Dörwald
Guido van Rossum wrote: > On 12/13/05, Walter Dörwald <[EMAIL PROTECTED]> wrote: >> Guido van Rossum wrote: >>> I don't think that SAX is unpythonic, but it's pretty low-level and >>> mostly of use to people writing higher-level XML parsers (my parsex

Re: [Python-Dev] status of development documentation

2005-12-21 Thread Walter Dörwald
os. Converting to HTML and DocBook should be semi-trivial. > reST is a possibility, though I don't think anyone has worked on > building the required toolchain. Fred has a LaTeX-to-XML-format > converter kicking around somewhere, Is this available somewhere? > but the toolchain has ne

Re: [Python-Dev] status of development documentation

2005-12-21 Thread Walter Dörwald
A.M. Kuchling wrote: > On Wed, Dec 21, 2005 at 07:55:42PM +0100, Walter Dörwald wrote: >>> reST is a possibility, though I don't think anyone has worked on >>> building the required toolchain. Fred has a LaTeX-to-XML-format >>> converter kicking around somewh

Re: [Python-Dev] status of development documentation

2005-12-22 Thread Walter Dörwald
"). Would something like this be possible with reST? Bye, Walter Dörwald ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] status of development documentation

2005-12-22 Thread Walter Dörwald
Phillip J. Eby wrote: > At 10:27 AM 12/22/2005 +0100, Walter Dörwald wrote: >> Phillip J. Eby wrote: >> >> > [...] >> > >> > If someone has examples of actual "Pythondoc" markup that don't >> translate >> > to reST, I&#x

Re: [Python-Dev] status of development documentation

2005-12-24 Thread Walter Dörwald
; (the first byte of the input, as a NUL-terminated C >> string). > > This gives me an idea (ie, wild ass guess). r39680 checked in on > 2005-10-06 to speed up unicode charmap decoding. Dunno if it's likely or > not. Gotta run, I'm h

Re: [Python-Dev] a quit that actually quits

2005-12-28 Thread Walter Dörwald
interactive interpreters). > > If this generalization means a complicated implementation, by all means > let's scrap it, but if implementation is roughly as > easy, it may be worth considering to avoid making a too-special "special > case" (or maybe not, but brainstorming means never having to say you're > sorry;-). Bye, Walter Dörwald ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] a quit that actually quits

2005-12-29 Thread Walter Dörwald
Alex Martelli wrote: > On 12/28/05, Walter Dörwald <[EMAIL PROTECTED]> wrote: > ... >> We have sys.displayhook and sys.excepthook. Why not add a sys.inputhook? > > Sure, particularly with Nick's suggestion for a default input hook it would > be fine. I&#x

Re: [Python-Dev] slight inconsistency in svn checkin email subject lines

2006-01-03 Thread Walter Dörwald
and it seem that worked this time. And while we're at it, could you remove the "commit of" too? IMHO it just obscures the real content of the subject. Bye, Walter Dörwald ___ Python-Dev mailing list Python-Dev@python.org h

Re: [Python-Dev] New Pythondoc by effbot

2006-01-22 Thread Walter Dörwald
al spacing is IMHO pretty bad on this page. Everything has the same distance from everything else. This makes understanding the structure of the page pretty hard. Bye, Walter Dörwald ___ Python-Dev mailing list Python-Dev@python.org ht

<    1   2   3