diff options
author | Eric Smith <eric@trueblade.com> | 2008-02-23 03:09:44 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2008-02-23 03:09:44 (GMT) |
commit | a73fbe791d0d41db543ebe39d2f6df0a4265be4b (patch) | |
tree | a07f32dc9b4de83ec186ee8a06430230edba48c3 /PCbuild | |
parent | 73d796324242dc2164a0b5943bd08d6252a28651 (diff) | |
download | cpython-a73fbe791d0d41db543ebe39d2f6df0a4265be4b.zip cpython-a73fbe791d0d41db543ebe39d2f6df0a4265be4b.tar.gz cpython-a73fbe791d0d41db543ebe39d2f6df0a4265be4b.tar.bz2 |
Added future_builtins, which contains PEP 3127 compatible versions of hex() and oct().
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 3947074..f721ac7 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1051,6 +1051,10 @@ > </File> <File + RelativePath="..\Modules\future_builtins.c" + > + </File> + <File RelativePath="..\Modules\gcmodule.c" > </File> |