[issue40554] Add escape to the glossary?

2020-10-20 Thread A.M. Kuchling


A.M. Kuchling  added the comment:

Closing issue, since the consensus is to not add the term.

--
nosy: +akuchling
resolution:  -> wont fix
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40554] Add escape to the glossary?

2020-09-28 Thread Raymond Hettinger


Raymond Hettinger  added the comment:

s/rely/read/

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40554] Add escape to the glossary?

2020-09-28 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:

I concur with Raymond. Are there problems with understanding the term "escape" 
in some context? If yes, then we perhaps need to clarify the corresponding 
place in the documentation. But if there is a problem with understanding the 
general word "escape", I think we should not do anything.

--
nosy: +serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40554] Add escape to the glossary?

2020-09-28 Thread Raymond Hettinger


Raymond Hettinger  added the comment:

For the reasons mentioned by Inada, I don't think this should be added.  

The term "escape" means many different things in different contexts.  To the 
extent the term needs to be defined, it should be done in the docs for those 
contexts (i.e. regular expression escapes should be talked about in the regex 
docs).

Side note:  It is not the purpose of the glossary to define every term in 
computer science.  The more fluff we add to the glossary, the harder it becomes 
to rely the glossary and learn Python specific terms.

--
nosy: +rhettinger

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40554] Add escape to the glossary?

2020-09-28 Thread Roundup Robot


Change by Roundup Robot :


--
keywords: +patch
nosy: +python-dev
nosy_count: 3.0 -> 4.0
pull_requests: +21472
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/22342

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40554] Add escape to the glossary?

2020-05-07 Thread Inada Naoki


Inada Naoki  added the comment:

There are many "escape"; JSON, HTML, SQL, Python string literal, ESC-key, 
escape sequence in the terminal, etc...

Is there a consistent meaning of "escape" in the context of Python?

--
nosy: +inada.naoki

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40554] Add escape to the glossary?

2020-05-07 Thread Julien Palard


New submission from Julien Palard :

Geoff Cutter noticed via docs@ that escape is not defined in the glossary.

I concur with the idea of adding it, opening as an "easy" issue, even if 
finding a good definition might not be that easy.

--
assignee: docs@python
components: Documentation
keywords: easy
messages: 368382
nosy: docs@python, mdk
priority: low
severity: normal
status: open
title: Add escape to the glossary?

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com