Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On GNU/Linux (Ubuntu) distutils2.mkcfg shouldn't create an executable setup.cfg #55252

Closed
JulienMiotte mannequin opened this issue Jan 28, 2011 · 3 comments
Closed

On GNU/Linux (Ubuntu) distutils2.mkcfg shouldn't create an executable setup.cfg #55252

JulienMiotte mannequin opened this issue Jan 28, 2011 · 3 comments
Assignees

Comments

@JulienMiotte
Copy link
Mannequin

JulienMiotte mannequin commented Jan 28, 2011

BPO 11043
Nosy @tarekziade, @merwok

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/merwok'
closed_at = <Date 2011-01-28.17:23:57.132>
created_at = <Date 2011-01-28.11:50:57.246>
labels = []
title = "On GNU/Linux (Ubuntu) distutils2.mkcfg shouldn't create an executable setup.cfg"
updated_at = <Date 2011-01-28.21:27:02.387>
user = 'https://bugs.python.org/JulienMiotte'

bugs.python.org fields:

activity = <Date 2011-01-28.21:27:02.387>
actor = 'Julien.Miotte'
assignee = 'eric.araujo'
closed = True
closed_date = <Date 2011-01-28.17:23:57.132>
closer = 'eric.araujo'
components = ['Distutils2']
creation = <Date 2011-01-28.11:50:57.246>
creator = 'Julien.Miotte'
dependencies = []
files = []
hgrepos = []
issue_num = 11043
keywords = []
message_count = 3.0
messages = ['127289', '127319', '127348']
nosy_count = 3.0
nosy_names = ['tarek', 'eric.araujo', 'Julien.Miotte']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue11043'
versions = ['3rd party']

@JulienMiotte
Copy link
Mannequin Author

JulienMiotte mannequin commented Jan 28, 2011

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

@JulienMiotte JulienMiotte mannequin assigned tarekziade Jan 28, 2011
@merwok
Copy link
Member

merwok commented Jan 28, 2011

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. :)

@merwok merwok closed this as completed Jan 28, 2011
@merwok merwok assigned merwok and unassigned tarekziade Jan 28, 2011
@JulienMiotte
Copy link
Mannequin Author

JulienMiotte mannequin commented Jan 28, 2011

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.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant