[Python-checkins] python/dist/src/Tools/pynche README, 2.16, 2.16.16.1 StripViewer.py, 2.15.20.1, 2.15.20.2
jhylton@users.sourceforge.net
jhylton at users.sourceforge.net
Sun Oct 16 07:24:09 CEST 2005
- Previous message: [Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp, 1.16.2.1, 1.16.2.2
- Next message: [Python-checkins] python/dist/src/Parser myreadline.c, 2.26.26.2, 2.26.26.3 parsetok.c, 2.30.2.3, 2.30.2.4 pgenmain.c, 2.26.2.2, 2.26.2.3 tokenizer.c, 2.54.2.2, 2.54.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Tools/pynche
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27718/Tools/pynche
Modified Files:
Tag: ast-branch
README StripViewer.py
Log Message:
Merge head to branch (for the last time)
Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/pynche/README,v
retrieving revision 2.16
retrieving revision 2.16.16.1
diff -u -d -r2.16 -r2.16.16.1
--- README 23 Aug 2001 16:15:21 -0000 2.16
+++ README 16 Oct 2005 05:24:06 -0000 2.16.16.1
@@ -107,7 +107,7 @@
master[*]
the master window to use as the parent of the modal
dialog. Without this argument, pyColorChooser will create
- it's own Tkinter.Tk instance as the master. This may not
+ its own Tkinter.Tk instance as the master. This may not
be what you want.
databasefile
Index: StripViewer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/pynche/StripViewer.py,v
retrieving revision 2.15.20.1
retrieving revision 2.15.20.2
diff -u -d -r2.15.20.1 -r2.15.20.2
--- StripViewer.py 7 Jan 2005 07:05:43 -0000 2.15.20.1
+++ StripViewer.py 16 Oct 2005 05:24:06 -0000 2.15.20.2
@@ -268,7 +268,7 @@
else:
# decimal
text = repr(coloraxis)
- # move the arrow, and set it's text
+ # move the arrow, and set its text
if coloraxis <= 128:
# use the left arrow
self.__leftarrow.set_text(text)
- Previous message: [Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp, 1.16.2.1, 1.16.2.2
- Next message: [Python-checkins] python/dist/src/Parser myreadline.c, 2.26.26.2, 2.26.26.3 parsetok.c, 2.30.2.3, 2.30.2.4 pgenmain.c, 2.26.2.2, 2.26.2.3 tokenizer.c, 2.54.2.2, 2.54.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list