Fred Drake 185a29b08f my_basename(): Removes the leading path components from a path name,
returning a pointer to the start of the file's "base" name;
	similar to os.path.basename().

SyntaxError__str__():  Use my_basename() to keep the length of the
	file name included in the exception message short.
2000-08-15 16:20:36 +00:00
..
2000-05-02 18:34:30 +00:00
2000-06-30 23:58:06 +00:00
2000-08-12 18:09:51 +00:00