mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Follows Python/fileutils.c addition.
This commit is contained in:
parent
54c950f6b4
commit
e75bc2c6f9
3 changed files with 18 additions and 3 deletions
|
@ -435,6 +435,9 @@
|
|||
<File
|
||||
RelativePath="..\..\Modules\_time.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\_warnings.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_weakref.c">
|
||||
</File>
|
||||
|
@ -447,9 +450,6 @@
|
|||
<File
|
||||
RelativePath="..\..\Modules\arraymodule.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\_warnings.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\asdl.c">
|
||||
</File>
|
||||
|
@ -546,6 +546,9 @@
|
|||
<File
|
||||
RelativePath="..\..\Objects\fileobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\fileutils.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Parser\firstsets.c">
|
||||
</File>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue