René's URL Explorer Experiment


Title: Issue 38250: enum.Flag should be more set-like - Python tracker

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/82431 https://github.com/python/cpython/issues/82431
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
PR 22221https://github.com/python/cpython/pull/22221
PR 22734https://github.com/python/cpython/pull/22734
PR 24215https://github.com/python/cpython/pull/24215
PR 24342https://github.com/python/cpython/pull/24342
PR 25820https://github.com/python/cpython/pull/25820
msg352967https://bugs.python.org/issue38250#msg352967
(view)https://bugs.python.org/msg352967
msg365051https://bugs.python.org/issue38250#msg365051
(view)https://bugs.python.org/msg365051
msg365072https://bugs.python.org/issue38250#msg365072
(view)https://bugs.python.org/msg365072
msg378436https://bugs.python.org/issue38250#msg378436
(view)https://bugs.python.org/msg378436
https://github.com/python/cpython/pull/22221https://github.com/python/cpython/pull/22221
msg378439https://bugs.python.org/issue38250#msg378439
(view)https://bugs.python.org/msg378439
msg378455https://bugs.python.org/issue38250#msg378455
(view)https://bugs.python.org/msg378455
msg378456https://bugs.python.org/issue38250#msg378456
(view)https://bugs.python.org/msg378456
msg378461https://bugs.python.org/issue38250#msg378461
(view)https://bugs.python.org/msg378461
https://github.com/python/cpython/pull/22221https://github.com/python/cpython/pull/22221
https://github.com/python/cpython/pull/22221#issuecomment-706776441https://github.com/python/cpython/pull/22221#issuecomment-706776441
msg378552https://bugs.python.org/issue38250#msg378552
(view)https://bugs.python.org/msg378552
msg378553https://bugs.python.org/issue38250#msg378553
(view)https://bugs.python.org/msg378553
msg378555https://bugs.python.org/issue38250#msg378555
(view)https://bugs.python.org/msg378555
msg378606https://bugs.python.org/issue38250#msg378606
(view)https://bugs.python.org/msg378606
msg385062https://bugs.python.org/issue38250#msg385062
(view)https://bugs.python.org/msg385062
msg385672https://bugs.python.org/issue38250#msg385672
(view)https://bugs.python.org/msg385672
7aaeb2a3d682ecba125c33511e4b4796021d2f82https://hg.python.org/lookup/7aaeb2a3d682ecba125c33511e4b4796021d2f82
bpo-38250https://bugs.python.org/issue38250
GH-24215https://github.com/python/cpython/pull/24215
https://github.com/python/cpython/commit/7aaeb2a3d682ecba125c33511e4b4796021d2f82https://github.com/python/cpython/commit/7aaeb2a3d682ecba125c33511e4b4796021d2f82
msg385677https://bugs.python.org/issue38250#msg385677
(view)https://bugs.python.org/msg385677
msg385701https://bugs.python.org/issue38250#msg385701
(view)https://bugs.python.org/msg385701
https://buildbot.python.org/all/#builders/312/builds/597https://buildbot.python.org/all/#builders/312/builds/597
unittest/loader.pyhttps://github.com/python/cpython/blob/3.10/Lib/unittest/loader.py#L130
test/test_enum.pyhttps://github.com/python/cpython/blob/3.10/Lib/test/test_enum.py#L20
doctest.pyhttps://github.com/python/cpython/blob/3.10/Lib/doctest.py#L2511
doctest.pyhttps://github.com/python/cpython/blob/3.10/Lib/doctest.py#L2433
doctest.pyhttps://github.com/python/cpython/blob/3.10/Lib/doctest.py#L231
test/libregrtest/runtest.pyhttps://github.com/python/cpython/blob/3.10/Lib/test/libregrtest/runtest.py#L272
test/libregrtest/runtest.pyhttps://github.com/python/cpython/blob/3.10/Lib/test/libregrtest/runtest.py#L236
test/libregrtest/runtest.pyhttps://github.com/python/cpython/blob/3.10/Lib/test/libregrtest/runtest.py#L210
Lib/test/test_enum.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_enum.py
msg385735https://bugs.python.org/issue38250#msg385735
(view)https://bugs.python.org/msg385735
01faf4542a8652adfbd3b3f897ba718e8ce43f5ehttps://hg.python.org/lookup/01faf4542a8652adfbd3b3f897ba718e8ce43f5e
bpo-38250https://bugs.python.org/issue38250
GH-24342https://github.com/python/cpython/pull/24342
https://github.com/python/cpython/commit/01faf4542a8652adfbd3b3f897ba718e8ce43f5ehttps://github.com/python/cpython/commit/01faf4542a8652adfbd3b3f897ba718e8ce43f5e
msg385737https://bugs.python.org/issue38250#msg385737
(view)https://bugs.python.org/msg385737
https://buildbot.python.org/all/#/builders/312/builds/600https://buildbot.python.org/all/#/builders/312/builds/600
msg394458https://bugs.python.org/issue38250#msg394458
(view)https://bugs.python.org/msg394458
https://bugs.python.org/issue44242https://bugs.python.org/issue44242
hroncokhttps://bugs.python.org/user25227
msg394458https://bugs.python.org/msg394458
vstinnerhttps://bugs.python.org/user2377
hauntsaninjahttps://bugs.python.org/user33583
pull_request24506https://bugs.python.org/pull_request24506
issue40042 supersederhttps://bugs.python.org/issue40042
msg385737https://bugs.python.org/msg385737
msg385735https://bugs.python.org/msg385735
pull_request23161https://bugs.python.org/pull_request23161
vstinnerhttps://bugs.python.org/user2377
msg385701https://bugs.python.org/msg385701
issue42915 supersederhttps://bugs.python.org/issue42915
msg385677https://bugs.python.org/msg385677
msg385672https://bugs.python.org/msg385672
msg385062https://bugs.python.org/msg385062
pull_request23042https://bugs.python.org/pull_request23042
jbelmontehttps://bugs.python.org/user1728
pull_request21698https://bugs.python.org/pull_request21698
msg378606https://bugs.python.org/msg378606
msg378555https://bugs.python.org/msg378555
msg378553https://bugs.python.org/msg378553
msg378552https://bugs.python.org/msg378552
msg378461https://bugs.python.org/msg378461
msg378456https://bugs.python.org/msg378456
msg378455https://bugs.python.org/msg378455
msg378439https://bugs.python.org/msg378439
msg378436https://bugs.python.org/msg378436
pull_request21621https://bugs.python.org/pull_request21621
patchhttps://bugs.python.org/keyword2
Manjusakahttps://bugs.python.org/user28683
msg365072https://bugs.python.org/msg365072
vekyhttps://bugs.python.org/user19452
msg365051https://bugs.python.org/msg365051
ethan.furmanhttps://bugs.python.org/user12590
ethan.furmanhttps://bugs.python.org/user12590
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.