This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author takluyver
Recipients asvetlov, docs@python, ezio.melotti, takluyver
Date 2012-11-24.13:10:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353762640.84.0.218173973158.issue16544@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, I'm really glad to see that it's useful to others. I don't mind contributing it to Python, but I wonder if it's better to let it develop separately for a few months first - it's still very new, and I can improve it faster in a repository where I can commit to it myself. I'm open to other opinions on that, though.

In the meantime, let me know if there are any specific formats/styles/etc. that I should work towards, to make a later move into the official docs simpler. I have a couple of particular questions:
- The repository includes some utility code for exploring ASTs, as well as longer, runnable versions of the examples in the docs. What would be the best way to preserve these?
- There are some nodes (like AugLoad) that I've yet to find what they actually do, while I've only seen Param in Python 2. Is this an issue?

Of course, you're more than welcome to give a 'see also' link to GTS if we decide not to move it for now.
History
Date User Action Args
2012-11-24 13:10:40takluyversetrecipients: + takluyver, ezio.melotti, asvetlov, docs@python
2012-11-24 13:10:40takluyversetmessageid: <1353762640.84.0.218173973158.issue16544@psf.upfronthosting.co.za>
2012-11-24 13:10:40takluyverlinkissue16544 messages
2012-11-24 13:10:40takluyvercreate