2 all bzr developers
Alexander Belchenko
bialix at ukr.net
Thu Sep 6 10:30:32 BST 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Guys!
Please, never, never, NEVER use functions that manipulate with
filepaths from os.path in tests without really IMPORTANT
reason to do so! Especially:
os.path.abspath
os.path.normpath
os.path.realpath
os.path.join
os.getcwd
Please, ALWAYS use corresponding functions from osutils!
Almost all test that expect to compare paths as strings,
expect to see unix-like paths, i.e. with /
It's win32-unfriendly, so, please use functions from osutils
that care about converting \ to /
PLEASE!!!
Thank you.
[µ]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFG38i4zYr338mxwCURAph+AJ40qsxBDtyb7JTmtqdj4tXGBsm2yQCZARdZ
hser0fYe3jRgJtSdpIrVsRs=
=uBnw
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list