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 pitrou
Recipients benjamin.peterson, eric.araujo, ezio.melotti, georg.brandl, loewis, neologix, petri.lehtinen, pitrou, rhettinger, rosslagerwall, vstinner
Date 2011-10-27.17:53:30
SpamBayes Score 0.00010186461
Marked as misclassified No
Message-id <1319738011.32.0.195641317952.issue13263@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think submodules are a good idea. In practice, for example, urllib.request.urlopen is more painful to use than good old urllib.urlopen.

If it's a matter of documentation, it can be split in several subchapters.
If it's a matter of organizing source code, it can also be split in several C files: see the _io module for an example.
History
Date User Action Args
2011-10-27 17:53:31pitrousetrecipients: + pitrou, loewis, georg.brandl, rhettinger, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, neologix, rosslagerwall, petri.lehtinen
2011-10-27 17:53:31pitrousetmessageid: <1319738011.32.0.195641317952.issue13263@psf.upfronthosting.co.za>
2011-10-27 17:53:30pitroulinkissue13263 messages
2011-10-27 17:53:30pitroucreate