mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
hg merge 3.2
This commit is contained in:
commit
8963943fc3
3 changed files with 11 additions and 0 deletions
|
@ -655,6 +655,10 @@ SOURCE=..\..\Python\pytime.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Python\random.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Objects\rangeobject.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
@ -766,6 +766,9 @@
|
|||
<File
|
||||
RelativePath="..\..\Python\pythonrun.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\random.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\rangeobject.c">
|
||||
</File>
|
||||
|
|
|
@ -1882,6 +1882,10 @@
|
|||
RelativePath="..\..\Python\pythonrun.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\random.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\structmember.c"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue