Changeset ee99c61 in trunk
- Timestamp:
- 2021-03-06T21:06:24Z (4 years ago)
- Branches:
- master
- Children:
- 7c2a068
- Parents:
- c673726
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/util/encodingutil.py ¶
rc673726 ree99c61 146 146 # According to unicode_to_argv above, the expected type for 147 147 # cli args depends on the platform, so capture that expectation. 148 argv_type = future_strif sys.platform == "win32" else native_str148 argv_type = (future_str, native_str) if sys.platform == "win32" else native_str 149 149 """ 150 150 The expected type for args to a subprocess
Note: See TracChangeset
for help on using the changeset viewer.