[issue43877] Logging Cookbook ambiguity

2021-04-20 Thread Gene Ratzlaff
Gene Ratzlaff added the comment: Agreed, but only to the limits of the buffer - that's what I was getting at when I suggested that limitations should be explained. -- ___ Python tracker <https://bugs.python.org/is

[issue43877] Logging Cookbook ambiguity

2021-04-16 Thread Gene Ratzlaff
New submission from Gene Ratzlaff : In the section titled "Logging to a single file from multiple processes" I am puzzled by the second example, as follows: The first example has the listener/logger is in a separate >process< and the listener/logger process is (as I would ant

[issue6880] class needs forward reference

2009-09-10 Thread Gene Ratzlaff
New submission from Gene Ratzlaff : http://docs.python.org/tutorial/errors.html#user-defined-exceptions class mechanism used in 8.5 before classes are explained in chapter 9. Suggest first use of word "class" be a forward link to "9. Classes": http://docs.python.org/t

[issue6879] misstatement in example explanation using raise

2009-09-10 Thread Gene Ratzlaff
New submission from Gene Ratzlaff : v2.6.2 Python Tutorial http://docs.python.org/tutorial/errors.html#raising-exceptions Section 8. Errors and Exceptions 8.4. Raising Exceptions It appears that in the example, the original may have been: raise(NameError('HiThere')) and was then