[issue11043] On GNU/Linux (Ubuntu) distutils2.mkcfg shouldn't create an executable setup.cfg

2011-01-28 Thread Julien Miotte

New submission from Julien Miotte miotte.jul...@gmail.com:

When using the command:

  $ python -m distutils2.mkcfg

To create a new setup.cfg, the resulting setup.cfg has the following 
permissions:

-rwxr-xr-x 1 mike mike  151 2011-01-28 12:47 setup.cfg*

I think the permissions should be 644

--
assignee: tarek
components: Distutils2
messages: 127289
nosy: Julien.Miotte, eric.araujo, tarek, tarek-ziade
priority: normal
severity: normal
status: open
title: On GNU/Linux (Ubuntu) distutils2.mkcfg shouldn't create an executable 
setup.cfg
versions: Python 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11043
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11043] On GNU/Linux (Ubuntu) distutils2.mkcfg shouldn't create an executable setup.cfg

2011-01-28 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Hello Julien, thanks for the bug reporting, that’s helpful.

A few tips for better bug reports:
1) Setting the “Distutils2” component will automatically add Tarek and I to 
nosy, you don’t have to do it manually (especially when you find an obsolete 
user name for Tarek).
2) The “Versions” field is used to manage CPython releases; given that d2 is 
not in the CPython tree, the right value here is always 3rd party”.  Including 
the OS and Python version in your report text is useful, though.  We want to 
support 2.4-2.7 in d2 (and 3.x Really Soon Now™).
3) Always try to reproduce the bug with the latest version from 
bitbucket.org/tarek/distutils2

I borrowed the time machine and fixed that bug in 82c9a472e8b8, six days ago.  
:)

--
assignee: tarek - eric.araujo
nosy:  -tarek-ziade
resolution:  - out of date
stage:  - committed/rejected
status: open - closed
versions: +3rd party -Python 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11043
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11043] On GNU/Linux (Ubuntu) distutils2.mkcfg shouldn't create an executable setup.cfg

2011-01-28 Thread Julien Miotte

Julien Miotte miotte.jul...@gmail.com added the comment:

Hey Eric,

Sorry for that, I should know better. I'll have a look at the other submitted 
issues and I'll check they are still present in the latest version.

Regards.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11043
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com