mirror of
https://github.com/python/cpython.git
synced 2026-05-14 00:18:52 -04:00
Patch 1304, by Amaury Forgeot d'Arc.
Add md5module.c and sha1module.c to the project files, and in some cases bytes_methods.c and related .h files.
This commit is contained in:
@@ -787,6 +787,10 @@
|
||||
RelativePath="..\..\Objects\boolobject.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\bytes_methods.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\bytesobject.c"
|
||||
>
|
||||
@@ -973,6 +977,14 @@
|
||||
RelativePath="..\..\Include\boolobject.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Include\bytes_methods.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Include\bytesobject.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Include\cellobject.h"
|
||||
>
|
||||
@@ -1489,6 +1501,10 @@
|
||||
RelativePath="..\..\Modules\mathmodule.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\md5module.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\mmapmodule.c"
|
||||
>
|
||||
@@ -1513,6 +1529,10 @@
|
||||
RelativePath="..\..\Modules\rotatingtree.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\sha1module.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\sha256module.c"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user