Simple changes by Gerrit Holl - move author acknowledgements out of

docstrings into comments.
This commit is contained in:
Guido van Rossum 2000-02-28 15:12:25 +00:00
parent ee28c3a5ea
commit 98d9fd3e68
9 changed files with 46 additions and 43 deletions

View file

@ -1,8 +1,9 @@
"""Utilities needed to emulate Python's interactive interpreter.
Inspired by similar code by Jeff Epler and Fredrik Lundh.
"""
# Inspired by similar code by Jeff Epler and Fredrik Lundh.
import sys
import string