[Python-checkins] r63437 - sandbox/trunk/ttk-gsoc/README

guilherme.polo python-checkins at python.org
Sat May 17 23:38:23 CEST 2008


Author: guilherme.polo
Date: Sat May 17 23:38:23 2008
New Revision: 63437

Log:
Removed trailing whitespace

Modified:
   sandbox/trunk/ttk-gsoc/README

Modified: sandbox/trunk/ttk-gsoc/README
==============================================================================
--- sandbox/trunk/ttk-gsoc/README	(original)
+++ sandbox/trunk/ttk-gsoc/README	Sat May 17 23:38:23 2008
@@ -4,18 +4,18 @@
 Testing Code
 ------------
 
-You will need Python with a _tkinter compiled against Tcl/Tk 8.5 
+You will need Python with a _tkinter compiled against Tcl/Tk 8.5
 otherwise Tile[1] has to be installed. I have tested it under Linux
 with python 2.5.2 (Ubuntu package), python-trunk, release25-maint and
 py3k repos and under Windows XP with python 2.5.1.
 
 Given that you meet the requirements, you should be able to run the
-samples passing the appropriate PYTHONPATH (ttk-gsoc/src/2.x or 
-ttk-gsoc/src/3.x depending on your python version) or placing the ttk 
+samples passing the appropriate PYTHONPATH (ttk-gsoc/src/2.x or
+ttk-gsoc/src/3.x depending on your python version) or placing the ttk
 module somewhere in sys.path.
 
-[1] I've tested it with Tile 0.8.2 and it works, but I would recommend 
-    upgrading to Tcl/Tk 8.5 so you get antialiased fonts and other 
+[1] I've tested it with Tile 0.8.2 and it works, but I would recommend
+    upgrading to Tcl/Tk 8.5 so you get antialiased fonts and other
     nice features. If you are testing this wrapper with Tile, it will
     look for the environment variable TILE_LIBRARY, which you can set
     to your tile library path if you installed it in a custom place.
@@ -25,20 +25,20 @@
 -------------------------
 
 There are just ttk.rst and tk.rst.diff files at Doc/library and while you
-could read the ttk.rst with any editor you will probably want to read it 
+could read the ttk.rst with any editor you will probably want to read it
 nicely formatted as html.
-To generate this html, you will have to checkout the python trunk 
+To generate this html, you will have to checkout the python trunk
 repository (the one I tested with the docs):
 
    $ svn co http://svn.python.org/projects/python/trunk python-trunk
 
-And then, optionally, apply tk.rst.diff using patch -p0 < file.diff. Next 
+And then, optionally, apply tk.rst.diff using patch -p0 < file.diff. Next
 you have to place ttk-gsoc/Doc/library/ttk.rst in python-trunk/Doc/library
 and then cd into python-trunk/Doc/library and do:
 
    $ make html
 
-After it completes, you can use your browser to read the Ttk documentation. 
+After it completes, you can use your browser to read the Ttk documentation.
 The path to the ttk.html will be something like:
 file:///SOMEPATH/python-trunk/Doc/build/html/library/ttk.html
 


More information about the Python-checkins mailing list