diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-04-20 17:21:44 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-04-20 17:21:44 (GMT) |
commit | a85017fbe3be978a6f138662c6cd21052355ef91 (patch) | |
tree | 98eea2a8daaa747a4dca3e013c21f1926bcd9eea /PC/VS9.0 | |
parent | c9f5ca232acccf412ef14aa294afd9deef4af93d (diff) | |
download | cpython-a85017fbe3be978a6f138662c6cd21052355ef91.zip cpython-a85017fbe3be978a6f138662c6cd21052355ef91.tar.gz cpython-a85017fbe3be978a6f138662c6cd21052355ef91.tar.bz2 |
Issue #16694: Add a pure Python implementation of the operator module.
Patch by Zachary Ware.
Diffstat (limited to 'PC/VS9.0')
-rw-r--r-- | PC/VS9.0/pythoncore.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VS9.0/pythoncore.vcproj b/PC/VS9.0/pythoncore.vcproj index ab7feca..c5ee9a6 100644 --- a/PC/VS9.0/pythoncore.vcproj +++ b/PC/VS9.0/pythoncore.vcproj @@ -1119,7 +1119,7 @@ >
</File>
<File
- RelativePath="..\..\Modules\operator.c"
+ RelativePath="..\..\Modules\_operator.c"
>
</File>
<File
|