Benoît Bryon added the comment:
The proposal has been added to PEPs repository as PEP 423 :
http://hg.python.org/peps/rev/52767ab7e140
Review is about to be started at python-...@python.org.
To adapt the scope of this issue, in cpython documentation, I am to:
* remove the Doc/packaging
Benoît Bryon added the comment:
I didn't provided the patch because the work is still at early stage. I planned
to provide a patch when the development branch is quite mature.
I created the issue early so that other people can contribute.
But I maybe I'd better read PEP 1 again...
Benoît Bryon added the comment:
See Martin Aspeli's article at
http://www.martinaspeli.net/articles/the-naming-of-things-package-names-and-namespaces
--
___
Python tracker
<http://bugs.python.org/is
Benoît Bryon added the comment:
Use branch ""doc-package-names" (not only conventions) instead.
--
___
Python tracker
<http://bugs.python.org/issue14899>
___
_
New submission from Benoît Bryon :
Scope:
* Python documentation lacks conventions, or at least guidelines,
to choose a name for a package.
* Python has tools to create and distribute packages.
Not covered by this issue.
* Python has tools to create namespace packages.
Not covered by