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.

classification
Title: On GNU/Linux (Ubuntu) distutils2.mkcfg shouldn't create an executable setup.cfg
Type: Stage: resolved
Components: Distutils2 Versions: 3rd party
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: eric.araujo Nosy List: Julien.Miotte, eric.araujo, tarek
Priority: normal Keywords:

Created on 2011-01-28 11:50 by Julien.Miotte, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg127289 - (view) Author: Julien Miotte (Julien.Miotte) Date: 2011-01-28 11:50
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
msg127319 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-01-28 17:23
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.  :)
msg127348 - (view) Author: Julien Miotte (Julien.Miotte) Date: 2011-01-28 21:27
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.
History
Date User Action Args
2022-04-11 14:57:12adminsetgithub: 55252
2011-01-28 21:27:02Julien.Miottesetnosy: tarek, eric.araujo, Julien.Miotte
messages: + msg127348
2011-01-28 17:23:57eric.araujosetstatus: open -> closed

assignee: tarek -> eric.araujo
versions: + 3rd party, - Python 2.6
nosy: - tarek-ziade

messages: + msg127319
resolution: out of date
stage: resolved
2011-01-28 11:50:57Julien.Miottecreate