candlerb commented on a change in pull request #5536: [Issue 5518][docs] Update docs mainly for Python API URL: https://github.com/apache/pulsar/pull/5536#discussion_r341996183
########## File path: site2/docs/functions-develop.md ########## @@ -35,6 +35,20 @@ def process(input): ``` For complete code, see [here](https://github.com/apache/pulsar/blob/master/pulsar-functions/python-examples/native_exclamation_function.py). +Note that functions can be written in python2 or python3, but Pulsar Review comment: Accepted, except I prefer "Your system will fail if you subsequently install any other package that depends on Python 2.x" (since by definition, if you've already installed a package which depends on python 2.x, you will already have "python" and Pulsar will use it) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
