Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue14675] make distutils.ccompiler.CCompiler an abstract class

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Apr 26, 2012, 7:38 AM

Post #1 of 7 (63 views)
Permalink
[issue14675] make distutils.ccompiler.CCompiler an abstract class

Changes by Ramchandra Apte <maniandram01 [at] gmail>:


----------
assignee: -> eric.araujo
components: +Distutils
nosy: +eric.araujo, tarek
versions: +Python 3.2

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14675>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Apr 26, 2012, 7:37 AM

Post #2 of 7 (61 views)
Permalink
[issue14675] make distutils.ccompiler.CCompiler an abstract class [In reply to]

New submission from Ramchandra Apte <maniandram01 [at] gmail>:

Make distutils.ccompiler.CCompiler an abstract class by making it inherit from abc.ABCMeta.
Thanks

----------
messages: 159369
nosy: ramchandra.apte
priority: normal
severity: normal
status: open
title: make distutils.ccompiler.CCompiler an abstract class

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14675>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Apr 26, 2012, 7:48 AM

Post #3 of 7 (60 views)
Permalink
[issue14675] make distutils.ccompiler.CCompiler an abstract class [In reply to]

Ramchandra Apte <maniandram01 [at] gmail> added the comment:

Sorry, distutils.ccompiler.CCompiler should have abc.ABCMeta as the metaclass.
(for example like this)
class CCompiler(metaclass = abc.ABCMeta):
...
Thanks

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14675>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Apr 26, 2012, 8:10 AM

Post #4 of 7 (59 views)
Permalink
[issue14675] make distutils.ccompiler.CCompiler an abstract class [In reply to]

Éric Araujo <merwok [at] netwok> added the comment:

distutils is closed to improvements, it only gets bugfixes. distutils2/packaging can get new features. Can you tell more about the use case or motivation for this request?

----------
components: +Distutils2 -Distutils
nosy: +alexis
versions: +3rd party, Python 3.3 -Python 3.2

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14675>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Apr 28, 2012, 7:00 AM

Post #5 of 7 (54 views)
Permalink
[issue14675] make distutils.ccompiler.CCompiler an abstract class [In reply to]

Ramchandra Apte <maniandram01 [at] gmail> added the comment:

Well, there is no practical advantage at all.

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14675>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Apr 28, 2012, 7:01 AM

Post #6 of 7 (56 views)
Permalink
[issue14675] make distutils.ccompiler.CCompiler an abstract class [In reply to]

Ramchandra Apte <maniandram01 [at] gmail> added the comment:

Please change the priorty of this bug to low.

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14675>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Apr 28, 2012, 9:36 AM

Post #7 of 7 (50 views)
Permalink
[issue14675] make distutils.ccompiler.CCompiler an abstract class [In reply to]

Éric Araujo <merwok [at] netwok> added the comment:

Well, if there is no reason for this change, it should be closed.

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue14675>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.