mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Removed old Digital Creations copyright/license notices (with
permission from Paul Everitt). Also removed a few other references to Digital Creations and changed the remaining ones to Zope Corporation.
This commit is contained in:
parent
bfc2e5ee8e
commit
2e1c09c1fd
11 changed files with 14 additions and 228 deletions
|
@ -242,7 +242,7 @@ class PyBuildExt(build_ext):
|
|||
# Fred Drake's interface to the Python parser
|
||||
exts.append( Extension('parser', ['parsermodule.c']) )
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
# cStringIO and cPickle
|
||||
exts.append( Extension('cStringIO', ['cStringIO.c']) )
|
||||
exts.append( Extension('cPickle', ['cPickle.c']) )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue