René's URL Explorer Experiment


Title: Compatibility with Python-3.13 · Issue #640 · PythonCharmers/python-future · GitHub

Open Graph Title: Compatibility with Python-3.13 · Issue #640 · PythonCharmers/python-future

X Title: Compatibility with Python-3.13 · Issue #640 · PythonCharmers/python-future

Description: Hi all. Please, if reasonable for you, render python-future compatible with newer Python-3.13 uu and lib2to3 modules are no longer available and some tests fail: ==================================== ERRORS ===============================...

Open Graph Description: Hi all. Please, if reasonable for you, render python-future compatible with newer Python-3.13 uu and lib2to3 modules are no longer available and some tests fail: ===================================...

X Description: Hi all. Please, if reasonable for you, render python-future compatible with newer Python-3.13 uu and lib2to3 modules are no longer available and some tests fail: ===================================...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Compatibility with Python-3.13","articleBody":"Hi all.\r\n\r\nPlease, if reasonable for you, render `python-future` compatible with newer [Python-3.13](https://docs.python.org/3.13/whatsnew/3.13.html)\r\n\r\n`uu` and `lib2to3` modules are no longer available and some tests fail:\r\n\r\n```\r\n==================================== ERRORS ====================================\r\n_________ ERROR collecting tests/test_future/test_email_generation.py __________\r\nImportError while importing test module '/builddir/build/BUILD/python-future-0.18.3/tests/test_future/test_email_generation.py'.\r\nHint: make sure your test modules/packages have valid Python names.\r\nTraceback:\r\n/usr/lib64/python3.13/importlib/__init__.py:88: in import_module\r\n    return _bootstrap._gcd_import(name[level:], package, level)\r\ntests/test_future/test_email_generation.py:6: in \u003cmodule\u003e\r\n    from future.backports.email.mime.multipart import MIMEMultipart\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/mime/multipart.py:12: in \u003cmodule\u003e\r\n    from future.backports.email.mime.base import MIMEBase\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/mime/base.py:7: in \u003cmodule\u003e\r\n    from future.backports.email import message\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/message.py:13: in \u003cmodule\u003e\r\n    import uu\r\nE   ModuleNotFoundError: No module named 'uu'\r\n__________ ERROR collecting tests/test_future/test_email_multipart.py __________\r\nImportError while importing test module '/builddir/build/BUILD/python-future-0.18.3/tests/test_future/test_email_multipart.py'.\r\nHint: make sure your test modules/packages have valid Python names.\r\nTraceback:\r\n/usr/lib64/python3.13/importlib/__init__.py:88: in import_module\r\n    return _bootstrap._gcd_import(name[level:], package, level)\r\ntests/test_future/test_email_multipart.py:6: in \u003cmodule\u003e\r\n    import future.backports.email.mime.multipart\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/mime/multipart.py:12: in \u003cmodule\u003e\r\n    from future.backports.email.mime.base import MIMEBase\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/mime/base.py:7: in \u003cmodule\u003e\r\n    from future.backports.email import message\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/message.py:13: in \u003cmodule\u003e\r\n    import uu\r\nE   ModuleNotFoundError: No module named 'uu'\r\n_____________ ERROR collecting tests/test_future/test_futurize.py ______________\r\nImportError while importing test module '/builddir/build/BUILD/python-future-0.18.3/tests/test_future/test_futurize.py'.\r\nHint: make sure your test modules/packages have valid Python names.\r\nTraceback:\r\n/usr/lib64/python3.13/importlib/__init__.py:88: in import_module\r\n    return _bootstrap._gcd_import(name[level:], package, level)\r\ntests/test_future/test_futurize.py:9: in \u003cmodule\u003e\r\n    from libfuturize.fixer_util import is_shebang_comment, is_encoding_comment\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/libfuturize/fixer_util.py:11: in \u003cmodule\u003e\r\n    from lib2to3.fixer_util import (FromImport, Newline, is_import,\r\nE   ModuleNotFoundError: No module named 'lib2to3'\r\n__________ ERROR collecting tests/test_future/test_http_cookiejar.py ___________\r\nImportError while importing test module '/builddir/build/BUILD/python-future-0.18.3/tests/test_future/test_http_cookiejar.py'.\r\nHint: make sure your test modules/packages have valid Python names.\r\nTraceback:\r\n/usr/lib64/python3.13/importlib/__init__.py:88: in import_module\r\n    return _bootstrap._gcd_import(name[level:], package, level)\r\ntests/test_future/test_http_cookiejar.py:14: in \u003cmodule\u003e\r\n    import future.backports.urllib.request as urllib_request\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/urllib/request.py:97: in \u003cmodule\u003e\r\n    from future.backports.http import client as http_client\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/http/client.py:76: in \u003cmodule\u003e\r\n    from future.backports.email import parser as email_parser\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/parser.py:15: in \u003cmodule\u003e\r\n    from future.backports.email.feedparser import FeedParser, BytesFeedParser\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/feedparser.py:32: in \u003cmodule\u003e\r\n    from future.backports.email import message\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/message.py:13: in \u003cmodule\u003e\r\n    import uu\r\nE   ModuleNotFoundError: No module named 'uu'\r\n______________ ERROR collecting tests/test_future/test_httplib.py ______________\r\nImportError while importing test module '/builddir/build/BUILD/python-future-0.18.3/tests/test_future/test_httplib.py'.\r\nHint: make sure your test modules/packages have valid Python names.\r\nTraceback:\r\n/usr/lib64/python3.13/importlib/__init__.py:88: in import_module\r\n    return _bootstrap._gcd_import(name[level:], package, level)\r\ntests/test_future/test_httplib.py:14: in \u003cmodule\u003e\r\n    from future.backports.http import client\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/http/client.py:76: in \u003cmodule\u003e\r\n    from future.backports.email import parser as email_parser\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/parser.py:15: in \u003cmodule\u003e\r\n    from future.backports.email.feedparser import FeedParser, BytesFeedParser\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/feedparser.py:32: in \u003cmodule\u003e\r\n    from future.backports.email import message\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/message.py:13: in \u003cmodule\u003e\r\n    import uu\r\nE   ModuleNotFoundError: No module named 'uu'\r\n________ ERROR collecting tests/test_future/test_libfuturize_fixers.py _________\r\nImportError while importing test module '/builddir/build/BUILD/python-future-0.18.3/tests/test_future/test_libfuturize_fixers.py'.\r\nHint: make sure your test modules/packages have valid Python names.\r\nTraceback:\r\n/usr/lib64/python3.13/importlib/__init__.py:88: in import_module\r\n    return _bootstrap._gcd_import(name[level:], package, level)\r\ntests/test_future/test_libfuturize_fixers.py:15: in \u003cmodule\u003e\r\n    from lib2to3 import pygram, pytree, refactor, fixer_util\r\nE   ModuleNotFoundError: No module named 'lib2to3'\r\n______________ ERROR collecting tests/test_future/test_urllib.py _______________\r\nImportError while importing test module '/builddir/build/BUILD/python-future-0.18.3/tests/test_future/test_urllib.py'.\r\nHint: make sure your test modules/packages have valid Python names.\r\nTraceback:\r\n/usr/lib64/python3.13/importlib/__init__.py:88: in import_module\r\n    return _bootstrap._gcd_import(name[level:], package, level)\r\ntests/test_future/test_urllib.py:14: in \u003cmodule\u003e\r\n    from future.backports.urllib import request as urllib_request\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/urllib/request.py:97: in \u003cmodule\u003e\r\n    from future.backports.http import client as http_client\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/http/client.py:76: in \u003cmodule\u003e\r\n    from future.backports.email import parser as email_parser\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/parser.py:15: in \u003cmodule\u003e\r\n    from future.backports.email.feedparser import FeedParser, BytesFeedParser\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/feedparser.py:32: in \u003cmodule\u003e\r\n    from future.backports.email import message\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/message.py:13: in \u003cmodule\u003e\r\n    import uu\r\nE   ModuleNotFoundError: No module named 'uu'\r\n______________ ERROR collecting tests/test_future/test_urllib2.py ______________\r\nImportError while importing test module '/builddir/build/BUILD/python-future-0.18.3/tests/test_future/test_urllib2.py'.\r\nHint: make sure your test modules/packages have valid Python names.\r\nTraceback:\r\n/usr/lib64/python3.13/importlib/__init__.py:88: in import_module\r\n    return _bootstrap._gcd_import(name[level:], package, level)\r\ntests/test_future/test_urllib2.py:11: in \u003cmodule\u003e\r\n    import future.backports.urllib.request as urllib_request\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/urllib/request.py:97: in \u003cmodule\u003e\r\n    from future.backports.http import client as http_client\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/http/client.py:76: in \u003cmodule\u003e\r\n    from future.backports.email import parser as email_parser\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/parser.py:15: in \u003cmodule\u003e\r\n    from future.backports.email.feedparser import FeedParser, BytesFeedParser\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/feedparser.py:32: in \u003cmodule\u003e\r\n    from future.backports.email import message\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/future/backports/email/message.py:13: in \u003cmodule\u003e\r\n    import uu\r\nE   ModuleNotFoundError: No module named 'uu'\r\n_____________ ERROR collecting tests/test_past/test_translation.py _____________\r\nImportError while importing test module '/builddir/build/BUILD/python-future-0.18.3/tests/test_past/test_translation.py'.\r\nHint: make sure your test modules/packages have valid Python names.\r\nTraceback:\r\n/usr/lib64/python3.13/importlib/__init__.py:88: in import_module\r\n    return _bootstrap._gcd_import(name[level:], package, level)\r\ntests/test_past/test_translation.py:19: in \u003cmodule\u003e\r\n    from past.translation import install_hooks, remove_hooks, common_substring\r\n../../BUILDROOT/future-0.18.3-8.fc40.x86_64/usr/lib/python3.13/site-packages/past/translation/__init__.py:41: in \u003cmodule\u003e\r\n    from lib2to3.pgen2.parse import ParseError\r\nE   ModuleNotFoundError: No module named 'lib2to3'\r\n\r\n=========================== short test summary info ============================\r\nERROR tests/test_future/test_email_generation.py\r\nERROR tests/test_future/test_email_multipart.py\r\nERROR tests/test_future/test_futurize.py\r\nERROR tests/test_future/test_http_cookiejar.py\r\nERROR tests/test_future/test_httplib.py\r\nERROR tests/test_future/test_libfuturize_fixers.py\r\nERROR tests/test_future/test_urllib.py\r\nERROR tests/test_future/test_urllib2.py\r\nERROR tests/test_past/test_translation.py\r\n!!!!!!!!!!!!!!!!!!! Interrupted: 9 errors during collection !!!!!!!!!!!!!!!!!!!!\r\n```","author":{"url":"https://github.com/sagitter","@type":"Person","name":"sagitter"},"datePublished":"2024-04-23T18:13:35.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/640/python-future/issues/640"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:8c034a8c-cb84-cd3f-b9a3-0a1f9b84611f
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD980:A74F2:8E6149:BE1FA1:69697B7B
html-safe-nonceb2e1a7bad0ccf98b387ba7195b6faf98b36e168f23a3fa765e03d4f39271dffc
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEOTgwOkE3NEYyOjhFNjE0OTpCRTFGQTE6Njk2OTdCN0IiLCJ2aXNpdG9yX2lkIjoiODgwMjA0NDEzNDk1NjgyNTQ2NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacfa4d7d1c4be66bf0442c1ffcdd47b1af5ed3b99b03c0398c091111863b3a69f1
hovercard-subject-tagissue:2259483901
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/640/issue_layout
twitter:imagehttps://opengraph.githubassets.com/1668e441db68adf66a696abe18d312c6c0654ebc7dcea59d80bef659f9587a1d/PythonCharmers/python-future/issues/640
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/1668e441db68adf66a696abe18d312c6c0654ebc7dcea59d80bef659f9587a1d/PythonCharmers/python-future/issues/640
og:image:altHi all. Please, if reasonable for you, render python-future compatible with newer Python-3.13 uu and lib2to3 modules are no longer available and some tests fail: ===================================...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesagitter
hostnamegithub.com
expected-hostnamegithub.com
Nonef33e4b94c8824ab2b434d82a94139432fb5ebee9df4b75304140ad22508c4a77
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
release48f380098b30acbb700b04f1724481ca10d574fc
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/PythonCharmers/python-future/issues/640#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPythonCharmers%2Fpython-future%2Fissues%2F640
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPythonCharmers%2Fpython-future%2Fissues%2F640
Sign up https://github.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://github.com/PythonCharmers/python-future/issues/640
Reloadhttps://github.com/PythonCharmers/python-future/issues/640
Reloadhttps://github.com/PythonCharmers/python-future/issues/640
PythonCharmers https://github.com/PythonCharmers
python-futurehttps://github.com/PythonCharmers/python-future
Notifications https://github.com/login?return_to=%2FPythonCharmers%2Fpython-future
Fork 295 https://github.com/login?return_to=%2FPythonCharmers%2Fpython-future
Star 1.2k https://github.com/login?return_to=%2FPythonCharmers%2Fpython-future
Code https://github.com/PythonCharmers/python-future
Issues 184 https://github.com/PythonCharmers/python-future/issues
Pull requests 5 https://github.com/PythonCharmers/python-future/pulls
Actions https://github.com/PythonCharmers/python-future/actions
Projects 0 https://github.com/PythonCharmers/python-future/projects
Wiki https://github.com/PythonCharmers/python-future/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/PythonCharmers/python-future/security
Please reload this pagehttps://github.com/PythonCharmers/python-future/issues/640
Insights https://github.com/PythonCharmers/python-future/pulse
Code https://github.com/PythonCharmers/python-future
Issues https://github.com/PythonCharmers/python-future/issues
Pull requests https://github.com/PythonCharmers/python-future/pulls
Actions https://github.com/PythonCharmers/python-future/actions
Projects https://github.com/PythonCharmers/python-future/projects
Wiki https://github.com/PythonCharmers/python-future/wiki
Security https://github.com/PythonCharmers/python-future/security
Insights https://github.com/PythonCharmers/python-future/pulse
New issuehttps://github.com/login?return_to=https://github.com/PythonCharmers/python-future/issues/640
New issuehttps://github.com/login?return_to=https://github.com/PythonCharmers/python-future/issues/640
Compatibility with Python-3.13https://github.com/PythonCharmers/python-future/issues/640#top
https://github.com/sagitter
https://github.com/sagitter
sagitterhttps://github.com/sagitter
on Apr 23, 2024https://github.com/PythonCharmers/python-future/issues/640#issue-2259483901
Python-3.13https://docs.python.org/3.13/whatsnew/3.13.html
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.