mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Python Bug 775061
1. Remove "idle" script, it lives in Tools/scripts/ now. 2. Remove shebang from idle.py, should be called explicitly. 3. Remove obsolete test code from rpc.py; needs unit test.
This commit is contained in:
parent
9756f388c0
commit
62685d36aa
3 changed files with 2 additions and 97 deletions
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
try:
|
||||
import idlelib.PyShell
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue