Code review comment for lp:~mgorven/ibid/timezone-335551

Revision history for this message
Stefano Rivera (stefanor) wrote :

Whoops, I withdraw that approval:

os.path.relpath(path[, start])¶
Return a relative filepath to path either from the current directory or from an optional start point.

start defaults to os.curdir. Availability: Windows, Unix.

New in version 2.6.

review: Needs Fixing

« Back to merge proposal