Skip to content

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Mar 19, 2025

Adding a test for this required tweaking a bit the behavior of non-GUI managers (so that they also store the window title); note that the comment of non-GUIs returning None was clearly wrong.

Closes #29779.

PR summary

PR checklist

@@ -2220,7 +2220,7 @@ def get_default_filename(self):
# Characters to be avoided in a NT path:
# https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#naming_conventions
# plus ' '
removed_chars = r'<>:"/\|?*\0 '
removed_chars = r'<>:"/\|?*''\0 '
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find this a bit too clever. This seems simpler

Suggested change
removed_chars = r'<>:"/\|?*''\0 '
removed_chars = '<>:"/\\|?*\0 '

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

Adding a test for this required tweaking a bit the behavior of non-GUI
managers (so that they also store the window title); note that the
comment of non-GUIs returning None was clearly wrong.
@dstansby dstansby added this to the v3.10.2 milestone Mar 20, 2025
@timhoffm timhoffm merged commit e4e85e6 into matplotlib:main Mar 20, 2025
41 checks passed
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Mar 20, 2025
@anntzer anntzer deleted the fnesc branch March 20, 2025 19:46
QuLogic added a commit that referenced this pull request Mar 20, 2025
…781-on-v3.10.x

Backport PR #29781 on branch v3.10.x (Fix escaping of nulls and "0" in default filenames.)
@ksunden ksunden mentioned this pull request May 9, 2025
5 tasks
@ksunden ksunden mentioned this pull request Aug 7, 2025
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: get_default_filename removes '0' from file name instead of '\0' from window title
3 participants