[pyrepl-checkins] pyrepl encopyright.py,1.2,1.3 pythoni,1.1.1.1,1.2
mwh@codespeak.net
mwh@codespeak.net
Tue, 11 May 2004 19:58:46 +0200 (MEST)
Update of /cvs/pyrepl/pyrepl
In directory thoth.codespeak.net:/tmp/cvs-serv14283
Modified Files:
encopyright.py pythoni
Log Message:
Use #!/usr/local/bin/python by default.
Don't cmdreplize pdb.Pdb.
Index: encopyright.py
===================================================================
RCS file: /cvs/pyrepl/pyrepl/encopyright.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** encopyright.py 17 Jan 2003 13:25:54 -0000 1.2
--- encopyright.py 11 May 2004 17:58:44 -0000 1.3
***************
*** 1,3 ****
! #!/usr/bin/python
# Copyright 2000-2003 Michael Hudson mwh@python.net
--- 1,3 ----
! #!/usr/local/bin/python
# Copyright 2000-2003 Michael Hudson mwh@python.net
Index: pythoni
===================================================================
RCS file: /cvs/pyrepl/pyrepl/pythoni,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** pythoni 29 Oct 2002 14:21:28 -0000 1.1.1.1
--- pythoni 11 May 2004 17:58:44 -0000 1.2
***************
*** 1,3 ****
! #!/sw/bin/python
# Copyright 2000-2002 Michael Hudson mwh@python.net
--- 1,3 ----
! #!/usr/local/bin/python
# Copyright 2000-2002 Michael Hudson mwh@python.net
***************
*** 32,36 ****
# whizzy feature: graft pyrepl support onto pdb
! pdb.Pdb = cmdrepl.replize(pdb.Pdb, 1)
main(use_pygame_console=('pg' in sys.argv))
--- 32,36 ----
# whizzy feature: graft pyrepl support onto pdb
! #pdb.Pdb = cmdrepl.replize(pdb.Pdb, 1)
main(use_pygame_console=('pg' in sys.argv))