This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: In a table in PEP 235, brrrrrrrr should be N/A
Type: enhancement Stage:
Components: Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: Ramchandra Apte, mark.dickinson, tim.peters
Priority: normal Keywords:

Created on 2012-09-24 14:34 by Ramchandra Apte, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg171148 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2012-09-24 14:34
In the table:

                  case-preserving     case-destroying
                     +-------------------+------------------+
    case-sensitive   | most Unix flavors | brrrrrrrrrr      |
                     +-------------------+------------------+
    case-insensitive | Windows           | some unfortunate |
                     | MacOSX HFS+       | network schemes  |
                     | Cygwin            |                  |
                     |                   | OpenVMS          |
                     +-------------------+------------------+

brrrrrrrrrrr (pardon me for not putting the correct amount of "r"s) should be replaced with N/A
msg171158 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2012-09-24 16:21
Is this really necessary?  I suggest closing this as 'wont fix'.
msg171166 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2012-09-24 17:54
Closing.  This doesn't appear to have caused any confusion in the 11 years  since the PEP was written.
History
Date User Action Args
2022-04-11 14:57:36adminsetgithub: 60225
2012-09-24 17:54:11mark.dickinsonsetstatus: open -> closed
resolution: wont fix
messages: + msg171166
2012-09-24 16:21:33mark.dickinsonsetnosy: + mark.dickinson
messages: + msg171158
2012-09-24 14:39:23ezio.melottisetnosy: + tim.peters
type: enhancement
2012-09-24 14:34:13Ramchandra Aptecreate