mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Renamed all command classes so they're exactly the same as the name of the
command itself: no more of this "FooBar class for foo_bar command" silliness.
This commit is contained in:
parent
e1b1c94a0c
commit
1993f9ad0e
10 changed files with 10 additions and 10 deletions
|
@ -20,7 +20,7 @@ extension_name_re = re.compile \
|
|||
(r'^[a-zA-Z_][a-zA-Z_0-9]*(\.[a-zA-Z_][a-zA-Z_0-9]*)*$')
|
||||
|
||||
|
||||
class BuildExt (Command):
|
||||
class build_ext (Command):
|
||||
|
||||
description = "build C/C++ extensions (compile/link to build directory)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue