Commit ef1b747a authored by Tamir Duberstein's avatar Tamir Duberstein

[PYTHON] Clarify API version comment

parent 6003aa1e
...@@ -80,8 +80,8 @@ if _implementation_type != 'python': ...@@ -80,8 +80,8 @@ if _implementation_type != 'python':
# This environment variable can be used to switch between the two # This environment variable can be used to switch between the two
# 'cpp' implementations, overriding the compile-time constants in the # 'cpp' implementations, overriding the compile-time constants in the
# _api_implementation module. Right now only 1 and 2 are valid values. Any other # _api_implementation module. Right now only '2' is supported. Any other
# value will be ignored. # value will cause an error to be raised.
_implementation_version_str = os.getenv( _implementation_version_str = os.getenv(
'PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION', '2') 'PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION', '2')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment