~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_readdir_pyx.pyx

  • Committer: Robert Collins
  • Date: 2008-09-02 04:45:47 UTC
  • mto: This revision was merged to the branch mainline in revision 3682.
  • Revision ID: robertc@robertcollins.net-20080902044547-9s1i9d3mwemkfrsp
Docstring and copyright header update per Martin's review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    pass
70
70
 
71
71
def read_dir(path):
72
 
    """Like os.listdir, this reads a directories contents.
 
72
    """Like os.listdir, this reads the contents of a directory.
73
73
 
74
74
    :param path: the directory to list.
75
75
    :return: a list of (sort_key, basename) tuples.