mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Simple changes by Gerrit Holl - move author acknowledgements out of
docstrings into comments.
This commit is contained in:
parent
ee28c3a5ea
commit
98d9fd3e68
9 changed files with 46 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue