Skip to content

Python 3: 'ur' string prefixes no longer supported. - #9636

Closed
feerrenrut wants to merge 1 commit into
threshold_py3_stagingfrom
python3-replaceStringPrefix_UR
Closed

Python 3: 'ur' string prefixes no longer supported.#9636
feerrenrut wants to merge 1 commit into
threshold_py3_stagingfrom
python3-replaceStringPrefix_UR

Conversation

@feerrenrut

Copy link
Copy Markdown
Contributor

Link to issue number:

#8660

Summary of the issue:

Python 3 does not support 'ur' string literals

Description of how this pull request fixes the issue:

Change 'ur' to 'r'

Testing performed:

Known issues with pull request:

Change log entry:

Section: New features, Changes, Bug fixes

Modified 'ur' strings to be just 'r' strings prefixes
@feerrenrut feerrenrut added the z Python 3 transition (archived) Python 3 transition label May 29, 2019
@feerrenrut feerrenrut self-assigned this May 29, 2019
@LeonarddeR

Copy link
Copy Markdown
Collaborator

Do you consider this ready? I'm missing an ur case in nvdA_slave

@feerrenrut

Copy link
Copy Markdown
Contributor Author

No, I don't think this is ready yet. I haven't looked into the nvda_slave cases you mentioned. I think it would be best to be sure that the existing 'r' strings are ok before we add to them.

@feerrenrut
feerrenrut changed the base branch from threshold to threshold_py3_staging June 12, 2019 08:21
@feerrenrut feerrenrut closed this Jun 12, 2019
@feerrenrut
feerrenrut deleted the python3-replaceStringPrefix_UR branch January 20, 2020 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants