
Figure 1. |
Figure 2. |
Figure 3. |
Figure 4. |
There are several example programs for chapter 14: download chapter14.zip.
Visit the Apache Web site: http://www.apache.org/
Use my Mayan calendar tools: tools.html.
Search for modules and components at: http://www.python.org and http://www.vex.net/parnassus/. Both URLs implement excellent search engines.
If you haven’t already done so, join at least one of the mailing lists to be found at http://www.python.org/psa/MailingLists.html.
After examining the rewritefile() function, you should have better ideas regarding the usefulness of stub functions. What expanded information could you put into a rewritefile() function that would make it easier to develop or to debug?
Add case-insensitive comparison to the fixdirectory() function, but activate it only on Windows systems. Hint: check the documentation for the string module.
Find yourself a good archiving program, and stick with it. I prefer WinZip, available at http://www.winzip.com/. I use it even for distributing applications that are UNIX-only, instead of tar and gzip, because gzip can unpack WinZip archives and the files are smaller than gzip’s.
|
|
|