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

duplicate get_version() code between cygwinccompiler and emxccompiler #50715

Closed
tarekziade mannequin opened this issue Jul 12, 2009 · 7 comments
Closed

duplicate get_version() code between cygwinccompiler and emxccompiler #50715

tarekziade mannequin opened this issue Jul 12, 2009 · 7 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@tarekziade
Copy link
Mannequin

tarekziade mannequin commented Jul 12, 2009

BPO 6466
Nosy @jaraco, @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/jaraco'
closed_at = <Date 2013-11-16.00:06:08.834>
created_at = <Date 2009-07-12.08:20:40.755>
labels = ['invalid', 'type-bug', 'library']
title = 'duplicate get_version() code between cygwinccompiler and emxccompiler'
updated_at = <Date 2013-11-16.00:06:08.832>
user = 'https://github.com/tarekziade'

bugs.python.org fields:

activity = <Date 2013-11-16.00:06:08.832>
actor = 'jaraco'
assignee = 'jaraco'
closed = True
closed_date = <Date 2013-11-16.00:06:08.834>
closer = 'jaraco'
components = ['Distutils', 'Distutils2']
creation = <Date 2009-07-12.08:20:40.755>
creator = 'tarek'
dependencies = []
files = []
hgrepos = []
issue_num = 6466
keywords = []
message_count = 7.0
messages = ['90441', '113013', '113016', '122429', '122430', '202581', '202983']
nosy_count = 4.0
nosy_names = ['jaraco', 'tarek', 'eric.araujo', 'alexis']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue6466'
versions = ['3rd party']

@tarekziade
Copy link
Mannequin Author

tarekziade mannequin commented Jul 12, 2009

Duplicate code, will create a single get_version() function in
distutils.util and make both commands use it + deprecate
cygwinccompiler.get_version and emxccompiler.get_version

@tarekziade tarekziade mannequin added the stdlib Python modules in the Lib dir label Jul 12, 2009
@tarekziade tarekziade mannequin self-assigned this Jul 12, 2009
@tarekziade tarekziade mannequin added the type-bug An unexpected behavior, bug, or error label Jul 12, 2009
@terryjreedy
Copy link
Member

I am just responding so this will not show up on the 'unanswered issues' list.

@merwok
Copy link
Member

merwok commented Aug 5, 2010

Tarek, does this still apply?

@merwok
Copy link
Member

merwok commented Nov 26, 2010

This is done.

@merwok merwok removed the stdlib Python modules in the Lib dir label Nov 26, 2010
@merwok merwok closed this as completed Nov 26, 2010
@merwok
Copy link
Member

merwok commented Nov 26, 2010

To be more precise: the duplication is still present (and harmless) in distutils but fixed in distutils2.

@jaraco
Copy link
Member

jaraco commented Nov 10, 2013

This change didn't make it into Python 3.2 but is in 2.7. see bpo-19544 for details.

@jaraco jaraco added the stdlib Python modules in the Lib dir label Nov 10, 2013
@jaraco jaraco reopened this Nov 10, 2013
@jaraco jaraco assigned jaraco and unassigned tarekziade Nov 10, 2013
@jaraco
Copy link
Member

jaraco commented Nov 16, 2013

emxccompiler is no longer present in Python 3.4, so this ticket has become invalid.

@jaraco jaraco closed this as completed Nov 16, 2013
@jaraco jaraco added the invalid label Nov 16, 2013
@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
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants