issues Search Results · repo:asottile-archive/future-fstrings language:Python
Filter by
26 results
(63 ms)26 results
inasottile-archive/future-fstrings (press backspace or delete to remove)# -*- coding: future_fstrings -*-
exec( f 1 )
a SyntaxError is raised
wimglenn
- 2
- Opened on Sep 20, 2020
- #58
This dependency isn t needed for Python versions that ship with fstring support. Is it possible to change the codec in
some manner so that missing future-fstrings isn t an error on those versions?
kunaltyagi
- 3
- Opened on Aug 31, 2020
- #56
When on Python 3.4 upgrading this package, pip wants to install the latest tokenize-rt package, but it doesn t support
Python 3.4 any longer. Leading to a failed install.
When I downgraded tokenize-rt ...
mixmastamyk
- 11
- Opened on Sep 6, 2019
- #51
Reproduction Steps
1 Create a Lambda Function(https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html) 2 Create a
layer and associate it with your lambda created in
Step 1(https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). ...
himanshu219
- 2
- Opened on Aug 27, 2019
- #49
I am not sure why but I am unable to use this module because of the error- SyntaxError: encoding problem:
future_fstrings. I have python 2.7 on my machine.
question
shwetha-manvinkurke
- 6
- Opened on Aug 9, 2019
- #48
Reproduction steps
When running below code print(f Error in converting timestamp {timestamp} , exc_info=True)
on following environments
- Tested on Ubuntu 18.04 python 2.7
- Tested on Centos 7 python ...
question
himanshu219
- 3
- Opened on Aug 7, 2019
- #47
created a very simple setup
virtualenv for 2.7 pip install jupyter-notebook pip install future-fstring
jupter-notebook
[1]: # -- coding: future_fstrings -- import future_fstrings [2] thing = world print(f ...
mickeyperlstein
- 2
- Opened on Jul 14, 2019
- #46
First of all, Great module! This saved me a ton of time in backporting from 3.6 to 3.5. One thing that would be great
would be the ability to add the encoding cookie after things like a module docstring ...
question
GiantRobato
- 3
- Opened on Jun 27, 2019
- #45

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.