Re: [Distutils] docs/ vs doc/

2010-09-21 Thread Michael Foord
I prefer docs. It seems more natural. Michael On 21 September 2010 11:35, anatoly techtonik techto...@gmail.com wrote: Hi, I see that distutils2 promotes storing documentation in docs/ directory while Python sources use Doc/ I'd like to see this changed before distutils2 is released beta.

Re: [Distutils] docs/ vs doc/

2010-09-21 Thread Attila Oláh
On Tue, Sep 21, 2010 at 12:38, Michael Foord fuzzy...@voidspace.org.uk wrote: I prefer docs. It seems more natural. Me too. I think I got the habit of using docs instead of doc from some Zope guys. http://www.google.com/search?q=site:svn.zope.org+inurl:doc ~600 results

Re: [Distutils] docs/ vs doc/

2010-09-21 Thread Georg Brandl
Am 21.09.2010 12:35, schrieb anatoly techtonik: Hi, I see that distutils2 promotes storing documentation in docs/ directory while Python sources use Doc/ I'd like to see this changed before distutils2 is released beta. In my projects checkouts there are 80 project that use doc/

Re: [Distutils] docs/ vs doc/

2010-09-21 Thread Ben Finney
anatoly techtonik techto...@gmail.com writes: There are some arguments for 'doc/': 1. there is no plural for 'documentation' 2. bin/ is a common name for storing executables, although there is plural for 'binary' 3. we still use src/ instead of sources/ * ‘doc/’ is consistent with the

Re: [Distutils] docs/ vs doc/

2010-09-21 Thread Barry Warsaw
On Sep 21, 2010, at 01:35 PM, anatoly techtonik wrote: I see that distutils2 promotes storing documentation in docs/ directory while Python sources use Doc/ I'd like to see this changed before distutils2 is released beta. What does promotes mean? That only docs/ can be used? In my projects

Re: [Distutils] docs/ vs doc/

2010-09-21 Thread Barry Warsaw
On Sep 21, 2010, at 05:20 PM, anatoly techtonik wrote: On Tue, Sep 21, 2010 at 2:57 PM, Barry Warsaw ba...@python.org wrote: I see that distutils2 promotes storing documentation in docs/ directory while Python sources use Doc/ I'd like to see this changed before distutils2 is released beta.

Re: [Distutils] docs/ vs doc/

2010-09-21 Thread Fred Drake
On Tue, Sep 21, 2010 at 10:20 AM, anatoly techtonik techto...@gmail.com wrote: upload_docs command will extract documentation from 'docs/' by default. I wouldn't bring this question if it could also process 'doc/' in cases where 'docs/' are absent. You can specify upload directory explicitly,

Re: [Distutils] [issue116] typo in command.bdist_enc.make_zipfile

2010-09-21 Thread P.J. Eby
At 03:10 AM 9/21/2010 +, Ted Tibbetts wrote: Looks like there is a typo in the function `make_zipfile` in the file `command/bdist_enc`: the last line of the else clause of the if construct at the end of the function passes `file` as the third parameter to `visit`; it should be passing

[Distutils] [issue117] Unable to upload package without storing password in ~/.pypirc

2010-09-21 Thread Ted Tibbetts
New submission from Ted Tibbetts intui...@gmail.com: I can't seem to upload a source distribution without storing my password in ~/.pypirc. If I have no ~/.pypirc, and I give a the command ``$ python setup.py sdist register upload`` and then give my login credentials, this happens at the

Re: [Distutils] [issue117] Unable to upload package without storing password in ~/.pypirc

2010-09-21 Thread Tarek Ziadé
This is not related to setuptools but to Distutils so you should file an issue at bugs.python.org instead. IIRC I have fixed this in 2.6. What is your Python version ? On Wed, Sep 22, 2010 at 12:10 AM, Ted Tibbetts setupto...@bugs.python.org wrote: New submission from Ted Tibbetts