I am not sure if this is true.
The most notable ancestor to Python is ABC, which Guido also worked on.
The languages are certainly similar.
Similarities:
- dynamically typed
- any message can be sent to any object
- all types are classes (as of Python 2.2)
Differences:
- Python supports multiple inheritance
- Smalltalk has full closures