Issue #16694: Add a pure Python implementation of the operator module.

Patch by Zachary Ware.
This commit is contained in:
Antoine Pitrou 2013-04-20 19:21:44 +02:00
parent c9f5ca232a
commit a85017fbe3
10 changed files with 536 additions and 96 deletions

View file

@ -517,7 +517,7 @@
<ClCompile Include="..\Modules\mathmodule.c" />
<ClCompile Include="..\Modules\md5module.c" />
<ClCompile Include="..\Modules\mmapmodule.c" />
<ClCompile Include="..\Modules\operator.c" />
<ClCompile Include="..\Modules\_operator.c" />
<ClCompile Include="..\Modules\parsermodule.c" />
<ClCompile Include="..\Modules\posixmodule.c" />
<ClCompile Include="..\Modules\rotatingtree.c" />