Now What? :o)
Fred L. Drake, Jr.
fdrake at acm.org
Fri Jan 7 09:50:27 EST 2000
More information about the Python-list mailing list
Fri Jan 7 09:50:27 EST 2000
- Previous message (by thread): Text indexing and searching (was "Re: Python stuff")
- Next message (by thread): Now What? :o)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jeff Bauer writes: > 1. Use os.sep rather than slashes or backslashes > for your path separators. Even better, use the "path algebra" functions in os.path; these result in more readable code than: myfile = mydirectory + os.sep + myname -Fred -- Fred L. Drake, Jr. <fdrake at acm.org> Corporation for National Research Initiatives
- Previous message (by thread): Text indexing and searching (was "Re: Python stuff")
- Next message (by thread): Now What? :o)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list