Python 2.7.13 support based on https://github.com/kivy/kivy-ios/pull/242
This commit is contained in:
parent
822c712956
commit
45b97ea28e
17 changed files with 240 additions and 204 deletions
recipes/python
|
@ -8,7 +8,7 @@
|
|||
#_symtable symtablemodule.c
|
||||
array arraymodule.c # array objects
|
||||
cmath cmathmodule.c # -lm # complex math library functions
|
||||
math mathmodule.c # -lm # math library functions, e.g. sin()
|
||||
math _math.c mathmodule.c # -lm # math library functions, e.g. sin()
|
||||
_struct _struct.c # binary structure packing/unpacking
|
||||
time timemodule.c # -lm # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue