Skip to content

Add versionchanged directives to glob.iglob documentation #22607

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

gousaiyang
Copy link
Contributor

Add versionchanged directives to glob.iglob documentation. Previously these directives were only added to glob.glob. Although the documentation says that the only difference between glob.glob and glob.iglob is that the latter is a lazy iterator, I still feel it better to add versionchanged directives also to glob.iglob, because people may not be aware that the recursive argument is 3.5+ and root_dir/dir_fd are 3.10+ for glob.iglob, especially when they come from a link with anchor. This change would make things more noticeable.

@github-actions
Copy link

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

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Dec 17, 2020
@gousaiyang
Copy link
Contributor Author

Closing as this is now covered by #25239.

@gousaiyang gousaiyang closed this Apr 21, 2021
@gousaiyang gousaiyang deleted the iglob-versionchanged branch April 21, 2021 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review docs Documentation in the Doc dir stale Stale PR or inactive for long period of time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants