mirror of
https://github.com/python/cpython.git
synced 2026-03-06 04:50:58 +00: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:
parent
4043001f5d
commit
b98dd2e5d2
3 changed files with 33 additions and 3 deletions
|
|
@ -442,9 +442,9 @@
|
|||
<File
|
||||
RelativePath="..\Objects\bytes_methods.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\bytesobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\bytesobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\cellobject.c">
|
||||
</File>
|
||||
|
|
@ -631,6 +631,9 @@
|
|||
<File
|
||||
RelativePath="..\Objects\methodobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\md5module.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\mmapmodule.c">
|
||||
</File>
|
||||
|
|
@ -715,6 +718,9 @@
|
|||
<File
|
||||
RelativePath="..\Objects\setobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\sha1module.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\sha256module.c">
|
||||
</File>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue