summaryrefslogtreecommitdiffstats
path: root/misc/protobuf3/README
diff options
context:
space:
mode:
Diffstat (limited to 'misc/protobuf3/README')
-rw-r--r--misc/protobuf3/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/protobuf3/README b/misc/protobuf3/README
index 3c70ca0ab0..40fd496a9d 100644
--- a/misc/protobuf3/README
+++ b/misc/protobuf3/README
@@ -25,4 +25,5 @@ NOTE:
continue to support protobuf version 2.
* Protobuf3 enforces strict UTF-8 checking.
Parsing will fail if a string field contains non UTF-8 data.
-* This SlackBuild installs the Python bindings by default.
+* This SlackBuild installs the Python2 bindings by default.
+ Python3 bindings will be installed if Python3 is installed.