Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError on Python 3.2 #382

Closed
sublee opened this issue Jul 15, 2015 · 2 comments
Closed

SyntaxError on Python 3.2 #382

sublee opened this issue Jul 15, 2015 · 2 comments

Comments

@sublee
Copy link

sublee commented Jul 15, 2015

On Python 3.2, SyntaxError occurs from a Unicode literal at click/utils.py:301:

file.write(u'\n')
@untitaker
Copy link
Contributor

Click does not support Python 3.1 or 3.2. The reason for this is because PEP 0414 makes support for both Python 2 and 3 much easier.

@sublee
Copy link
Author

sublee commented Jul 16, 2015

Thanks to answer.

rohan-panchal added a commit to rohan-panchal/StickShift that referenced this issue Apr 15, 2016
rohan-panchal added a commit to rohan-panchal/StickShift that referenced this issue Apr 15, 2016
* Tests and Database Config exception handling.

* Centralized strings to CLIStrings

* Added CLI Tests.

* Removed python 3.2 as an environment.
    Reason being because of:
    pallets/click#382
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants