Changes between Version 11 and Version 12 of Contributing/CodingStyle
- Timestamp:
- 02/20/2014 06:08:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Contributing/CodingStyle
v11 v12 22 22 **Note:** PyGTK/GTK+ will accept `str` (utf8 encoded) or `unicode` but will only return `str`. See [http://python-gtk-3-tutorial.readthedocs.org/en/latest/unicode.html GTK+ Unicode] docs. 23 23 24 * All path separators used within code should be converted to posix format `/`, so should not contain `\` or `\\`. This is to prevent confusion when dealing with cross-platform clients and servers.24 * All relative path separators used within code should be converted to posix format `/`, so should not contain `\` or `\\`. This is to prevent confusion when dealing with cross-platform clients and servers. 25 25 26 26 === Docstrings ===