Re: [Python-Dev] Escaping docs markup in NEWS entries?

2017-05-02 Thread David Goodger
azure hue of my answers, to questions that came from out of the blue. ;-) David Goodger <http://python.net/~goodger> > - rst_escape # YMMV > - $ git-changelog.py -r "release/0.3.14" --hdr= "+"` > > On Monday, May 1, 2017, Nick Coghlan <ncogh...@gmail.com&g

Re: [Python-Dev] question about docstring formatting

2009-05-28 Thread David Goodger
have a one-liner, I'd expect the tool just to take the first line and add ellipsis (...). -- David Goodger http://python.net/~goodger ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

[Python-Dev] PyCon 2009 registration is now open!

2009-01-27 Thread David Goodger
Register here: http://us.pycon.org/2009/register/ Information (rates etc.): http://us.pycon.org/2009/registration/ Hotel information reservations: http://us.pycon.org/2009/about/hotel/ Early bird registration ends February 21, so don't delay! -- David Goodger, PyCon 2009 Chair

Re: [Python-Dev] [Pydotorg] Should we help pythonmac.org?

2008-08-18 Thread David Goodger
editor app (the 2.5.1 I have has IDLE), etc. Unfortunately, I can only recommend. I don't know anything about building Mac apps. -- David Goodger http://python.net/~goodger ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman

Re: [Python-Dev] [PyCon-Organizers] us.pycon.org down?

2008-07-03 Thread David Goodger
, or something... I'll ask Jeff Rush (whose machine it's on) and Doug Napoleone (who knows more about the server than I, and has admin access) to look into it. -- David Goodger http://python.net/~goodger ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] [PyCon-Organizers] us.pycon.org down?

2008-07-03 Thread David Goodger
On Thu, Jul 3, 2008 at 13:32, David Goodger [EMAIL PROTECTED] wrote: On Thu, Jul 3, 2008 at 13:12, Facundo Batista [EMAIL PROTECTED] wrote: (sorry for the crossposting) Do you know what happened with http://us.pycon.org/;? Not sure. The machine is still up (it serves www.pycon.org as well

[Python-Dev] PyCon: deadline for hotel reservations and early-bird registration coming soon!

2008-02-12 Thread David Goodger
13, sprints March 17-20) David Goodger PyCon 2008 Chair signature.asc Description: OpenPGP digital signature ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org

[Python-Dev] PyCon 2008 Registration Open!

2008-01-20 Thread David Goodger
, of, by, and for the Python community. There is still much to do, and you can help! http://us.pycon.org/2008/helping/ See you in Chicago! David Goodger PyCon 2008 Chair signature.asc Description: OpenPGP digital signature ___ Python-Dev mailing list

[Python-Dev] Last chance for PyCon talk tutorial proposals!

2007-11-15 Thread David Goodger
/PyCon2007/Feedback/TutorialIdeas I hope to see (and hear) you at PyCon 2008! http://us.pycon.org -- David Goodger, PyCon 2008 Chair signature.asc Description: OpenPGP digital signature ___ Python-Dev mailing list Python-Dev@python.org http

[Python-Dev] Only one week left for PyCon proposals!

2007-11-09 Thread David Goodger
/conference/proposals/ The deadline is Friday, November 16. Don't put it off any longer! PyCon 2008: http://us.pycon.org -- David Goodger PyCon 2008 Chair signature.asc Description: OpenPGP digital signature ___ Python-Dev mailing list Python-Dev

[Python-Dev] PyCon 2008: Call for Talk Tutorial Proposals

2007-10-16 Thread David Goodger
-- David Goodger http://python.net/~goodger ___ 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] [PEPs] Email addresses in PEPs?

2007-08-20 Thread David Goodger
is encoded as goodger#32;#97;t#32;python.org (the @ is changed to at and further obfuscated from there). More tricks could be played, but that would only decrease the usefulness of addresses for legitimate purposes. Spam is a fact of life. People just have to deal with it. -- David Goodger http

Re: [Python-Dev] \u and \U escapes in raw unicode string literals

2007-05-11 Thread David Goodger
]( +|$)', ... attribution_pattern = re.compile(ur'(---?(?!-)|\u2014) *(?=[^ \n])') -- David Goodger http://python.net/~goodger ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] \u and \U escapes in raw unicode string literals

2007-05-11 Thread David Goodger
Guido van Rossum guido at python.org writes: I'd like to hear from anyone who has access to *real code* that uses \u or \U in a raw unicode string. David Goodger goodger at python.org writes: Docutils uses it in the docutils.parsers.rst.states module, Body class: patterns

Re: [Python-Dev] \u and \U escapes in raw unicode string literals

2007-05-11 Thread David Goodger
On 5/11/07, David Goodger [EMAIL PROTECTED] wrote: Docutils uses it in the docutils.parsers.rst.states module, Body class: patterns = { 'bullet': ur'[-+*\u2022\u2023\u2043]( +|$)', ... attribution_pattern = re.compile(ur'(---?(?!-)|\u2014) *(?=[^ \n])') On 5

Re: [Python-Dev] python-ideas on gmane

2007-01-10 Thread David Goodger
[Georg Brandl] is there any objection against making python-ideas available on gmane? It's already there. That's how I read it. -- David Goodger http://python.net/~goodger signature.asc Description: OpenPGP digital signature ___ Python-Dev mailing

Re: [Python-Dev] Dropping __init__.py requirement for subpackages

2006-04-26 Thread David Goodger
should automatically be created (and perhaps even svn add or equivalent called), and the code should loudly complain Packages need __init__.py files, noob! Add sound and light effects for extra credit. -- David Goodger http://python.net/~goodger ___ Python

Re: [Python-Dev] r43613 - python/trunk/Doc/lib/libcsv.tex

2006-04-04 Thread David Goodger
it? I'm not familiar with the incremental codecs. -- David Goodger http://python.net/~goodger signature.asc Description: OpenPGP digital signature ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] r42015 - peps/trunk

2006-01-12 Thread David Goodger
[M.-A. Lemburg] Question: why do we need docutils in the peps/trunk/ directory in the first place ? It's a convenience, so that a separate Docutils download install ( maintain) isn't necessary for those who process reST-format PEPs. -- David Goodger http://python.net/~goodger

Re: [Python-Dev] r42015 - peps/trunk

2006-01-12 Thread David Goodger
. -- David Goodger http://python.net/~goodger ___ 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] r42015 - peps/trunk

2006-01-12 Thread David Goodger
directory), but it was always out of date. The docutils package was directly in the trunk, for ease of import by the pep2html.py front end (easy to work around, but why bother?). Another minor nit with the old way: updates polluted the python-checkins list. -- David Goodger http://python.net

Re: [Python-Dev] r42015 - peps/trunk

2006-01-12 Thread David Goodger
[David Goodger] An alternative is to use svn:externals to link to a specific revision (via the -r option); [Tim Peters] Yes. please. Done. -- David Goodger http://python.net/~goodger signature.asc Description: OpenPGP digital signature

Re: [Python-Dev] [Doc-SIG] that library reference, again

2005-12-30 Thread David Goodger
[David Goodger] The second sentence lacks a rationale. What's wrong with -- dashes? What's silly about ``quotes''? [Fredrik Lundh] don't you know *anything* about typography ? Yes, for a layman, I know plenty. I am not a typographer though. Simply put, your list of goals provides

Re: [Python-Dev] [Doc-SIG] that library reference, again

2005-12-29 Thread David Goodger
as a significant improvement over LaTeX. Yes, I'm biased. So are you. are we stuck with latex for the foreseeable future? Until we have something clearly and significantly better, yes. -- David Goodger http://python.net/~goodger ___ Python-Dev

Re: [Python-Dev] [Doc-SIG] that library reference, again

2005-12-29 Thread David Goodger
[Fredrik Lundh] I'm beginning to fear that I've wasted my time on a project that nobody's interested in. [David Goodger] Could be. I don't see HTML+PythonDoc as a significant improvement over LaTeX. [Fredrik Lundh] Really? Yes, really. Have you read my list of goals? Yes, and I mostly

[Python-Dev] PyCon TX 2006: Early-bird registration ends Dec. 31!

2005-12-28 Thread David Goodger
all be filled up by the time early-bird registration closes. Don't forget to book your hotel room, too. PyCon TX 2006 is being held at a Dallas/Addison hotel, and we have negotiated a special low rate: http://us.pycon.org/Addison/Hotels We hope to see you in Texas! -- David Goodger

Re: [Python-Dev] PEP submission broken?

2005-11-08 Thread David Goodger
the PEP process before there is any point in working on PEP's, Email is imperfect; just send it again. And [EMAIL PROTECTED] doesn't help ;-) -- David Goodger http://python.net/~goodger signature.asc Description: OpenPGP digital signature ___ Python

Re: [Python-Dev] PEP submission broken?

2005-11-08 Thread David Goodger
[Nick Coghlan] Would it be worth having a PEP category on the RFE tracker, rather than submitting pre-PEP's directly to the PEP editors? Couldn't hurt. -- David Goodger http://python.net/~goodger signature.asc Description: OpenPGP digital signature

Re: [Python-Dev] setdefault's second argument

2005-08-30 Thread David Goodger
? No, not at all. In fact, I will vehemently deny that I ever wrote such code, and will continue to do so until someone looks up its history and proves that I'm guilty, which I probably am. -- David Goodger http://python.net/~goodger signature.asc Description: OpenPGP digital signature

Re: [Python-Dev] new PEP type: Process

2005-08-13 Thread David Goodger
[Aahz] Go ahead and make PEP 6 a Process PEP. Done! -- David Goodger http://python.net/~goodger signature.asc Description: OpenPGP digital signature ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev

[Python-Dev] new PEP type: Process

2005-08-12 Thread David Goodger
, please see PEP 1 (http://www.python.org/peps/pep-0001.html) -- the type of which has also been changed to Process. Other good examples of Process PEPs are the release schedule PEPs, and I understand there may be a new one soon. (Please cc: any PEP-related mail to [EMAIL PROTECTED]) -- David Goodger

Re: [Python-Dev] Combining the best of PEP 288 and PEP 325: generator exceptions and cleanup

2005-05-18 Thread David Goodger
[Guido van Rossum] I believe that in the discussion about PEP 343 vs. Nick's PEP 3XX (http://members.iinet.net.au/~ncoghlan/public/pep-3XX.html, still awaiting PEP moderator approval I believe?) ... Nick hasn't submitted it for a PEP number yet. -- David Goodger http://python.net/~goodger

[Python-Dev] Re: Subscribing to PEP updates

2005-01-06 Thread David Goodger
a favorable reaction someone needs to do some work. Why not just subscribe to python-checkins and filter out everything *but* nondist/peps? As PEP editor, that's what I do (although I filter manually/visually, since I'm also interested in other checkins). -- David Goodger http://python.net/~goodger