Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6433e9ef
Commit
6433e9ef
authored
Apr 12, 2015
by
doko@ubuntu.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Modules/Setup.dist: remove time extension duplicate, introduced by the fix for #5309.
parent
8d0c4786
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Modules/Setup.dist
Modules/Setup.dist
+1
-2
No files found.
Modules/Setup.dist
View file @
6433e9ef
...
...
@@ -118,7 +118,7 @@ _collections _collectionsmodule.c # Container types
itertools
itertoolsmodule.c
# Functions creating iterators for efficient looping
atexit
atexitmodule.c
# Register functions to be run at interpreter-shutdown
_stat
_stat.c
# stat.h interface
time
timemodule.c
# time module
time
timemodule.c
# -lm # time operations and variables
# access to ISO C locale support
_locale
_localemodule.c
# -lintl
...
...
@@ -172,7 +172,6 @@ _symtable symtablemodule.c
#cmath cmathmodule.c _math.c # -lm # complex math library functions
#math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
#_struct _struct.c # binary structure packing/unpacking
#time timemodule.c # -lm # time operations and variables
#_weakref _weakref.c # basic weak reference support
#_testcapi _testcapimodule.c # Python C API test module
#_random _randommodule.c # Random number generator
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment