~pythonregexp2.7/python/issue2636-01+09-01-01

« back to all changes in this revision

Viewing changes to Doc/distutils/setupscript.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-22 00:02:12 UTC
  • mfrom: (39022.1.34 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080922000212-7r0q4f4ugiq57jph
Merged in changes from the Atomic Grouping / Possessive Qualifiers branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
whatever is appropriate on your current platform before actually using the
47
47
pathname.  This makes your setup script portable across operating systems, which
48
48
of course is one of the major goals of the Distutils.  In this spirit, all
49
 
pathnames in this document are slash-separated.  (Mac OS 9 programmers should
50
 
keep in mind that the *absence* of a leading slash indicates a relative path,
51
 
the opposite of the Mac OS convention with colons.)
 
49
pathnames in this document are slash-separated.
52
50
 
53
51
This, of course, only applies to pathnames given to Distutils functions.  If
54
52
you, for example, use standard Python functions such as :func:`glob.glob` or