René's URL Explorer Experiment


Title: Add fixture for ValueError.message to futurize · Issue #609 · PythonCharmers/python-future · GitHub

Open Graph Title: Add fixture for ValueError.message to futurize · Issue #609 · PythonCharmers/python-future

X Title: Add fixture for ValueError.message to futurize · Issue #609 · PythonCharmers/python-future

Description: Bug report Please extend the futurize tool to display a warning when ValueError.message is used, or replace the message attribute e.g. with str(), since ValueError.message no longer exists in Python 3. Reproducer $ cat example...

Open Graph Description: Bug report Please extend the futurize tool to display a warning when ValueError.message is used, or replace the message attribute e.g. with str(), since ValueError.message no longer exis...

X Description: Bug report Please extend the futurize tool to display a warning when ValueError.message is used, or replace the message attribute e.g. with str(<exception>), since ValueError.message no longe...

Opengraph URL: https://github.com/PythonCharmers/python-future/issues/609

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Add fixture for ValueError.message to futurize","articleBody":"# Bug report\r\n\r\nPlease extend the `futurize` tool to display a warning when `ValueError.message` is used, or replace the `message` attribute\r\ne.g. with `str(\u003cexception\u003e)`, since `ValueError.message` no longer exists in Python 3.\r\n\r\n## Reproducer\r\n```\r\n$ cat example.py2\r\n#!/usr/bin/env python2.7\r\ntry:\r\n    raise ValueError('Foo')\r\nexcept ValueError as e:\r\n    print \"Caught: %s\" % e.message\r\n \r\n$ futurize example.py2 \r\nRefactoringTool: Skipping optional fixer: idioms\r\nRefactoringTool: Skipping optional fixer: ws_comma\r\nRefactoringTool: Refactored example.py2\r\n--- example.py2\t(original)\r\n+++ example.py2\t(refactored)\r\n@@ -1,5 +1,6 @@\r\n #!/usr/bin/env python2.7\r\n+from __future__ import print_function\r\n try:\r\n     raise ValueError('Foo')\r\n except ValueError as e:\r\n-    print \"Caught: %s\" % e.message\r\n+    print(\"Caught: %s\" % e.message)\r\nRefactoringTool: Files that need to be modified:\r\nRefactoringTool: example.py2\r\n```\r\n\r\n## Example of an expected result\r\n\r\n```\r\n--- example.py2\t(original)\r\n+++ example.py2\t(refactored)\r\n@@ -2,4 +2,4 @@\r\n try:\r\n     raise ValueError('Foo')\r\n except ValueError as e:\r\n-    print \"Caught: %s\" % e.message\r\n+    print(\"Caught: %s\" % str(e))\r\n```\r\n\r\n## My  environment\r\n* up-to-date ArchLinux on x86_64\r\n* Python 3.10.8 (main, Oct 13 2022, 21:13:48) [GCC 12.2.0]\r\n* futurize 0.18.2","author":{"url":"https://github.com/CarstenGrohmann","@type":"Person","name":"CarstenGrohmann"},"datePublished":"2022-11-13T12:32:42.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/609/python-future/issues/609"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:95d130b3-5a93-060f-9894-2ca987cfab2e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB892:32122:14637:1AFD0:696E5FF1
html-safe-nonce062a1f5736f8b37766af232fce983692f25e754dde27e40514dd170e8e0aa1ef
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCODkyOjMyMTIyOjE0NjM3OjFBRkQwOjY5NkU1RkYxIiwidmlzaXRvcl9pZCI6IjI4NzU2Nzc3NzEyMDk1MzEzNzciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac748d21b8df8111778016b95b1d4bbd0f67689f71d5f2235b47df331736f252d5
hovercard-subject-tagissue:1446907187
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/PythonCharmers/python-future/609/issue_layout
twitter:imagehttps://opengraph.githubassets.com/fd72c71516c315b61d4c89199870c4fa60bb0553338781a9579ee98634778f78/PythonCharmers/python-future/issues/609
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/fd72c71516c315b61d4c89199870c4fa60bb0553338781a9579ee98634778f78/PythonCharmers/python-future/issues/609
og:image:altBug report Please extend the futurize tool to display a warning when ValueError.message is used, or replace the message attribute e.g. with str(), since ValueError.message no longer exis...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameCarstenGrohmann
hostnamegithub.com
expected-hostnamegithub.com
Nonef68b42d371252b0f236260d6234f4304a806fe5ac43d59faa21fb59d80df103b
turbo-cache-controlno-preview
go-importgithub.com/PythonCharmers/python-future git https://github.com/PythonCharmers/python-future.git
octolytics-dimension-user_id3365815
octolytics-dimension-user_loginPythonCharmers
octolytics-dimension-repository_id11403699
octolytics-dimension-repository_nwoPythonCharmers/python-future
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id11403699
octolytics-dimension-repository_network_root_nwoPythonCharmers/python-future
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6b74bc8dbcd10b5d69fd9ee9d2cfdc8b35e18a4c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/PythonCharmers/python-future/issues/609#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPythonCharmers%2Fpython-future%2Fissues%2F609
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPythonCharmers%2Fpython-future%2Fissues%2F609
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=PythonCharmers%2Fpython-future
Reloadhttps://patch-diff.githubusercontent.com/PythonCharmers/python-future/issues/609
Reloadhttps://patch-diff.githubusercontent.com/PythonCharmers/python-future/issues/609
Reloadhttps://patch-diff.githubusercontent.com/PythonCharmers/python-future/issues/609
PythonCharmers https://patch-diff.githubusercontent.com/PythonCharmers
python-futurehttps://patch-diff.githubusercontent.com/PythonCharmers/python-future
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FPythonCharmers%2Fpython-future
Fork 295 https://patch-diff.githubusercontent.com/login?return_to=%2FPythonCharmers%2Fpython-future
Star 1.2k https://patch-diff.githubusercontent.com/login?return_to=%2FPythonCharmers%2Fpython-future
Code https://patch-diff.githubusercontent.com/PythonCharmers/python-future
Issues 184 https://patch-diff.githubusercontent.com/PythonCharmers/python-future/issues
Pull requests 5 https://patch-diff.githubusercontent.com/PythonCharmers/python-future/pulls
Actions https://patch-diff.githubusercontent.com/PythonCharmers/python-future/actions
Projects 0 https://patch-diff.githubusercontent.com/PythonCharmers/python-future/projects
Wiki https://patch-diff.githubusercontent.com/PythonCharmers/python-future/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/PythonCharmers/python-future/security
Please reload this pagehttps://patch-diff.githubusercontent.com/PythonCharmers/python-future/issues/609
Insights https://patch-diff.githubusercontent.com/PythonCharmers/python-future/pulse
Code https://patch-diff.githubusercontent.com/PythonCharmers/python-future
Issues https://patch-diff.githubusercontent.com/PythonCharmers/python-future/issues
Pull requests https://patch-diff.githubusercontent.com/PythonCharmers/python-future/pulls
Actions https://patch-diff.githubusercontent.com/PythonCharmers/python-future/actions
Projects https://patch-diff.githubusercontent.com/PythonCharmers/python-future/projects
Wiki https://patch-diff.githubusercontent.com/PythonCharmers/python-future/wiki
Security https://patch-diff.githubusercontent.com/PythonCharmers/python-future/security
Insights https://patch-diff.githubusercontent.com/PythonCharmers/python-future/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/PythonCharmers/python-future/issues/609
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/PythonCharmers/python-future/issues/609
Add fixture for ValueError.message to futurizehttps://patch-diff.githubusercontent.com/PythonCharmers/python-future/issues/609#top
https://github.com/CarstenGrohmann
https://github.com/CarstenGrohmann
CarstenGrohmannhttps://github.com/CarstenGrohmann
on Nov 13, 2022https://github.com/PythonCharmers/python-future/issues/609#issue-1446907187
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.