Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bpo-32628: support DirectoryIndex for http server#5308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
epaulson wants to merge1 commit intopython:main
base:main
Choose a base branch
Loading
fromepaulson:directory_index

Conversation

epaulson
Copy link

@epaulsonepaulson commentedJan 25, 2018
edited by bedevere-bot
Loading

SimpleHTTPRequestHandler is hard-coded to only use index.html or index.htm
as files to serve for a request for a directory. With this change, this list
can be modified, ala the DirectoryIndex directive of an Apache web server.

https://bugs.python.org/issue32628

SimpleHTTPRequestHandler is hard-coded to only use index.html or index.htmas files to serve for a request for a directory. With this change, this listcan be modified, ala the DirectoryIndex directive of an Apache web server.
@the-knights-who-say-ni

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed thePSF contributor agreement (CLA).

Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please followthe steps outlined in the CPython devguide to rectify this issue.

Thanks again to your contribution and we look forward to looking at it!

@epaulson
Copy link
Author

I signed my CLA a few days ago - bugs.python.org now shows it as processed. Could a dev update the label?

https://bugs.python.org/user27802

@MaxwellDupre
Copy link
Contributor

Could you amend versionadded, please? Lets try for 3.11.

@AlexWaygood
Copy link
Member

AlexWaygood commentedMay 8, 2022
edited
Loading

Could you amend versionadded, please? Lets try for 3.11.

@MaxwellDupre, just so you know, the beta release for 3.11was released today, meaning 3.11 is now in feature freeze. 3.11 is now only accepting bugfixes, meaning new features can now only be added to 3.12.

@epaulson
Copy link
Author

I got a somewhat skeptical review in#76809 so I'm not sure what the path forward might be. Happy to update it to 3.12 but I don't know that it's ever going to make it in, even updated.

@AlexWaygood
Copy link
Member

AlexWaygood commentedMay 8, 2022
edited
Loading

I got a somewhat skeptical review in#76809 so I'm not sure what the path forward might be. Happy to update it to 3.12 but I don't know that it's ever going to make it in, even updated.

I am neither a core developer (I'm a triager) nor a frequent user of thehttp module, so I can't really comment on that, I'm afraid :/

@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actionsgithub-actionsbot added the staleStale PR or inactive for long period of time. labelAug 14, 2022
@python-cla-bot
Copy link

The following commit authors need to sign the Contributor License Agreement:

CLA signed

@github-actionsgithub-actionsbot removed the staleStale PR or inactive for long period of time. labelApr 6, 2025
@github-actionsGitHub Actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actionsgithub-actionsbot added the staleStale PR or inactive for long period of time. labelMay 6, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees

@matrixisematrixise

Labels
awaiting reviewstaleStale PR or inactive for long period of time.
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

8 participants
@epaulson@the-knights-who-say-ni@MaxwellDupre@AlexWaygood@matrixise@Mariatta@ezio-melotti@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp