[issue4976] Documentation of the set intersection and difference operators is inaccurate

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r68718. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4975] 3.0 base64 doc examples lack bytes 'b' indicator

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r68719. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4974] Redundant mention of lists and tuples at start of Sequence Types documentation

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r68720. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4914] trunc(x) erroneously documented as built-in

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r68721. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4979] random.uniform can return its upper limit

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r68724. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4980] Documentation for "y#" does not mention PY_SSIZE_T_CLEAN

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: Duplicate of #1729742. -- resolution: -> duplicate status: open -> closed superseder: -> missing int->Py_ssize_t in documentation ___ Python tracker <http://bugs.pytho

[issue1729742] Document effects of PY_SSIZE_T_CLEAN on argument parsing

2009-01-18 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> georg.brandl nosy: +georg.brandl priority: normal -> high title: missing int->Py_ssize_t in documentation -> Document effects of PY_SSIZE_T_CLEAN on argument parsing ___ Python tr

[issue4857] syntax: no unpacking in augassign

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r68725. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue4857> ___ __

[issue4882] Behavior of backreferences to named groups in regular expressions unclear

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: I'm happy to review such a patch. -- priority: -> low ___ Python tracker <http://bugs.python.org/issue4882> ___ ___ Py

[issue4923] time.strftime documentation needs update

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: %f and %z are not standardized by C89 and therefore not always available. They fall under the clause "Additional directives may be supported on certain platforms, but only the ones listed here have a meaning standardized by ANSI C." which is

[issue4988] A link to "What’s New in Python 2.0" on "The Python Tutorial" release 2.6

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: Well, this isn't going to change; the last topic of the docs (and therefore the "previous" one to the tutorial) is the 2.0 whatsnew. -- resolution: -> wont fix status: open -> closed ___

[issue4986] Augmented Assignment / Operations Confusion in Documentation

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r68727. IMO, "augmented operation" was an acceptable term -- the term "operator" is not strictly limited to operators usable in expressions in Python. However, since it's called "augmented assignment" everyw

[issue4922] set.add and set.discard are not conformant to collections.MutableSet interface

2009-01-19 Thread Georg Brandl
Changes by Georg Brandl : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue4922> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5029] Odd slicing behaviour

2009-01-22 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/issue5029> ___ ___ Python-bugs-

[issue5055] Distutils-SIG page needs to be updated

2009-01-25 Thread Georg Brandl
Georg Brandl added the comment: Not my issue. -- assignee: georg.brandl -> ___ Python tracker <http://bugs.python.org/issue5055> ___ ___ Python-bugs-list mai

[issue4137] update SIG web pages

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: As this is not a tracker for the website, closing is good, especially when we know it's being worked on. -- status: open -> closed ___ Python tracker <http://bugs.python.or

[issue5153] Extra ) in optparse sample

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69288. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue901727] extra_path kwarg to setup() undocumented

2009-02-05 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> tarek ___ Python tracker <http://bugs.python.org/issue901727> ___ ___ Python-bugs-list mailing list Un

[issue5107] built-in open(..., encoding=vague_default)

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: The device_encoding(buffer.fileno()) doesn't matter for open(), so I've documented that getpreferredencoding() is used in r69291. -- resolution: -> fixed status: open -> closed ___ Pytho

[issue5066] IDLE documentation for Unix obsolete/incorrect

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Well, having nice full docs for IDLE would be nice, but I won't do anything on this matter except committing a full patch :) -- assignee: georg.brandl -> ___ Python tracker <http://bugs.python.or

[issue4760] cmp gone documentations

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Seems to be gone now. -- resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue2527] Pass a namespace to timeit

2009-02-05 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: rhettinger -> pitrou ___ Python tracker <http://bugs.python.org/issue2527> ___ ___ Python-bugs-list mailing list Un

[issue5015] The Py_SetPythonHome C API function is undocumented

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Documented in r69297. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4827] optparse: Callback example 1 is confusing

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: You're right, I've fixed that in r69298. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.p

[issue4820] ctypes.util.find_library incorrectly documented

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69299. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4563] Wrong formatting of contributor list in About page

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r69300. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue4563> ___ __

[issue5031] Thread.daemon docs

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Committed in r69301. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5096] strange thing after call PyObject_CallMethod

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Documented PyErr_PrintEx() in r69292. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5145] struct.calcsize('cd') returns 16 instead of 9

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: The docs have this sentence: """ By default, C numbers are represented in the machine's native format and byte order, and properly aligned by skipping pad bytes if necessary (according to the rules used by the C compiler). ""&quo

[issue5059] Policy.DomainStrict in cookielib example code

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69293. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5140] Some Built-in Functions entries in Library Manual are missing Permalinks

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: This is because these types are fully documented in the "standard types" section, and the entry in "functions" just serves a pointer. (And yes, this will happen to the remaining types too, at some point.) -- resolution: ->

[issue5130] Obsolete reference to "unicode" in glossary

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r69290. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue5130> ___ __

[issue5144] PySys_SetArgv has wrong documentation

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, added docs in r69289. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4992] yield's documentation not updated

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69294. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5105] sqlite3.Row class, handling duplicate column names resulting from a SQL join

2009-02-05 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/issue5105> ___ ___ Python-bugs-

[issue2527] Pass a namespace to timeit

2009-02-06 Thread Georg Brandl
Georg Brandl added the comment: I'm sorry, this should have been another issue. Reassigning to you. -- assignee: pitrou -> rhettinger ___ Python tracker <http://bugs.python.or

[issue5066] IDLE documentation for Unix obsolete/incorrect

2009-02-06 Thread Georg Brandl
Georg Brandl added the comment: I don't know any. But since rst is so lightweight, it is usually not too much of a pain to just copy the text from the browser and reintroduce formatting because you're likely to have to go over and edit the whole cont

[issue5173] "What's new" claims StandardError was removed in 2.6

2009-02-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69372. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5166] ElementTree and minidom don't prevent creation of not well-formed XML

2009-02-06 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> effbot nosy: +effbot ___ Python tracker <http://bugs.python.org/issue5166> ___ ___ Python-bugs-list mailing list Un

[issue4965] Can doc index of html version be separately scrollable?

2009-02-06 Thread Georg Brandl
Georg Brandl added the comment: I've experimented with a style variant that keeps the sidebar fixed on the left side, however I did not manage to get it to show a separate scrollbar. Maybe I was just stupid though. ___ Python tracker

[issue5174] xmlrpclib docs include incorrect file closing

2009-02-07 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69409. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5179] subprocess leaves open fds on construction error

2009-02-07 Thread Georg Brandl
New submission from Georg Brandl : The test case below will (on Linux here) eventually quit with "OSError: [Errno 24] Too many open files". I assume that some additional cleaning up is in order. --- from subprocess im

[issue5179] subprocess leaves open fds on construction error

2009-02-07 Thread Georg Brandl
Georg Brandl added the comment: Proposed patch attached. Added file: http://bugs.python.org/file12972/sp-patch.py ___ Python tracker <http://bugs.python.org/issue5

[issue5183] wsgiref.simple_server not working

2009-02-08 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> duplicate status: open -> closed superseder: -> wsgiref package totally broken ___ Python tracker <http://bugs.python.o

[issue1911] webbrowser.open firefox 3 issues

2009-02-10 Thread Georg Brandl
Georg Brandl added the comment: Thanks, closing. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2009-02-10 Thread Georg Brandl
Georg Brandl added the comment: Well, easy access is not the point. If the object is supposed to have the file-like interface, and can provide a fileno(), it should. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue1327

[issue5242] eval() function in List Comprehension doesn't work

2009-02-13 Thread Georg Brandl
Georg Brandl added the comment: Ezio: this happens inside a function, like this: def f(): canBusType = 'CANdiag' result = [eval('canBusType') for i in range(3)] This is expected, and won't easily fix. The reason is that list comprehensions in 3.x use a func

[issue5244] Python 3.0 eval() function in List Comprehension doesn't work

2009-02-13 Thread Georg Brandl
Georg Brandl added the comment: Please don't open duplicates. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> eval() function in List Comprehension doesn't work ___ Python tracker <

[issue4894] Docs for urllib.request.HTTPRedirectHandler.redirect_request missing "hdrs" paramether

2009-02-13 Thread Georg Brandl
Georg Brandl added the comment: Applied in r69570, r69571. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue3734] subclassing complex

2009-02-13 Thread Georg Brandl
Georg Brandl added the comment: Applied doc patch in r69573. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue3613] base64.encodestring does not actually accept strings

2009-02-13 Thread Georg Brandl
Georg Brandl added the comment: Applied the patch in r69575. ___ Python tracker <http://bugs.python.org/issue3613> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1537445] urllib2 httplib _read_chunked timeout

2009-02-13 Thread Georg Brandl
Georg Brandl added the comment: I agree. -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/issue1537445> ___ __

[issue1661108] base64.urlsafe_b64encode() shouldn't use the = character

2009-02-13 Thread Georg Brandl
Georg Brandl added the comment: Added a short note in r69576. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue3694] Undetected error in _struct.pack_into

2009-02-13 Thread Georg Brandl
Georg Brandl added the comment: Applied in r69577, r69578. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5208] urllib2.build_opener([handler, ...]) incorrect signature in docs

2009-02-13 Thread Georg Brandl
Georg Brandl added the comment: Why is that ambiguous? Can you come up with a better short form? ___ Python tracker <http://bugs.python.org/issue5208> ___ ___ Python-bug

[issue5179] subprocess leaves open fds on construction error

2009-02-14 Thread Georg Brandl
Georg Brandl added the comment: I would, but how this fails is likely to be highly platform-specific. Can you try it on Windows and tell me what the resulting exception is? ___ Python tracker <http://bugs.python.org/issue5

[issue5242] eval() function in List Comprehension doesn't work

2009-02-14 Thread Georg Brandl
Georg Brandl added the comment: I agree. -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issue5242> ___ ___ Python-bugs-list mai

[issue5179] subprocess leaves open fds on construction error

2009-02-14 Thread Georg Brandl
Georg Brandl added the comment: On second thought, if the patch is applied, there *shouldn't* be an exception. And simply running the loop for a fixed number of repetitions isn't a good test either, since different platforms may have a different maximum for open file descriptors

[issue5179] subprocess leaves open fds on construction error

2009-02-14 Thread Georg Brandl
Georg Brandl added the comment: OK, Windows has 2048. Added test and fixed in r69620. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue1156499] __getattr__ and __setattr__ methods for modules

2009-02-15 Thread Georg Brandl
Georg Brandl added the comment: This won't be done without a PEP anyway. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.or

[issue1759169] clean up Solaris port and allow C99 extension modules

2009-02-16 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <http://bugs.python.org/issue1759169> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1717] Get rid of more references to __cmp__

2009-02-16 Thread Georg Brandl
Changes by Georg Brandl : -- priority: normal -> release blocker ___ Python tracker <http://bugs.python.org/issue1717> ___ ___ Python-bugs-list mailing list Un

[issue45025] Reliance on C bit fields in C API is undefined behavior

2021-08-30 Thread Georg Brandl
Change by Georg Brandl : -- nosy: +vstinner ___ Python tracker <https://bugs.python.org/issue45025> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45025] Reliance on C bit fields in C API is undefined behavior

2021-08-30 Thread Georg Brandl
Change by Georg Brandl : -- nosy: +georg.brandl ___ Python tracker <https://bugs.python.org/issue45025> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45855] PyCapsule_Import still using PyImport_ImportModuleNoBlock

2021-11-20 Thread Georg Brandl
New submission from Georg Brandl : PyImport_ImportModuleNoBlock is the same as PyImport_ImportModule since 3.3, according to the docs. PyCapsule_Import has a no_block parameter to choose, is still documented as if it is relevant, and the implementation also still uses it

[issue45855] PyCapsule_Import still using PyImport_ImportModuleNoBlock

2021-11-20 Thread Georg Brandl
Georg Brandl added the comment: PR is underway. -- ___ Python tracker <https://bugs.python.org/issue45855> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45855] PyCapsule_Import still using PyImport_ImportModuleNoBlock

2021-11-20 Thread Georg Brandl
Change by Georg Brandl : -- keywords: +patch pull_requests: +27907 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/29665 ___ Python tracker <https://bugs.python.org/issu

[issue40058] Running test_datetime twice fails with: module 'datetime' has no attribute '_divide_and_round'

2020-03-25 Thread Georg Brandl
Georg Brandl added the comment: Sorry, it seems that was far too long ago for me to remember anything :) -- ___ Python tracker <https://bugs.python.org/issue40

[issue42496] Don't change indentation of RST markup

2020-11-29 Thread Georg Brandl
Georg Brandl added the comment: To be clear, this has nothing to do with the amount of indentation, but that the directive below (the versionadded) has 4 spaces, and the paragraph above had 5 before the change. Therefore the further-indented paragraph is taken as a blockquote

[issue40204] Docs build error with Sphinx 3.0 due to invalid C declaration

2020-06-24 Thread Georg Brandl
Georg Brandl added the comment: Don't hesitate to send requests back to the Sphinx tracker if any changes appear to be too restrictive to you. It is a documentation tool, not a compiler. -- nosy: +georg.brandl ___ Python tracker &

[issue40994] Very confusing documenation for abc.Collections

2020-08-13 Thread Georg Brandl
Georg Brandl added the comment: FWIW, I think Sydney's right. Shared entries should only be used for closely related, or interdependent, APIs, which those here are not. -- nosy: +georg.brandl ___ Python tracker <https://bugs.python.org/is

[issue28850] Regression in Python 3: Subclassing PrettyPrinter.format doesn't work anymore

2020-09-09 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue28850> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26214] textwrap should minimize number of breaks in extra long words

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue26214> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19081] zipimport behaves badly when the zip file changes while the process is running

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue19081> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20119] pdb c(ont(inue)) optional one-time-only breakpoint (like perl debugger)

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue20119> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18280] Documentation is too personalized

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue18280> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26794] curframe can be None in pdb.py

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue26794> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24160] Pdb sometimes raises exception when trying to remove a breakpoint defined in a different debugger session

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue24160> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23163] pdb docs need to contain a statement on threads/multithreaded debugging

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue23163> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22577] local variable changes lost after pdb jump command

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue22577> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1823] Possible to set invalid Content-Transfer-Encoding on email.mime.multipart.MIMEMultipart

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue1823> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22107] tempfile module misinterprets access denied error on Windows

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue22107> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25467] Put “deprecated” warnings first

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue25467> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26053] regression in pdb output between 2.7 and 3.5

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue26053> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11105] Compiling evil ast crashes interpreter

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue11105> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1611944] sndhdr.what() does not recognize wav file

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue1611944> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue919238] Recursive variable definition causes sysconfig infinite loop

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue919238> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1105770] null source chars handled oddly by tokenize

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue1105770> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1249749] Encodings and aliases do not match runtime

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue1249749> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19915] int.bit_at(n) - Accessing a single bit in O(1)

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue19915> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1678077] improve telnetlib.Telnet so option negotiation becomes easie

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <https://bugs.python.org/issue1678077> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41825] os.waitid() documentation needs TLC

2020-09-21 Thread Georg Brandl
New submission from Georg Brandl : There are a few points where `os.waitid()` docs need improvement. Current text: Wait for the completion of one or more child processes. idtype can be P_PID, P_PGID or P_ALL. id specifies the pid to wait on. options is constructed from the ORing of one or

[issue41825] os.waitid() documentation needs TLC

2020-09-22 Thread Georg Brandl
Change by Georg Brandl : -- keywords: +patch pull_requests: +21394 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/22356 ___ Python tracker <https://bugs.python.org/issu

[issue42284] The grammar specification is inconsistent with the implementation of Python parser.

2020-11-07 Thread Georg Brandl
Georg Brandl added the comment: This grammar specification doesn't contain a full specification of code that won't raise SyntaxError. There are several conditions that aren't checked by the generated parser, but at a later stage in the compilation process. While probably poss

[issue42153] doc: library imaplib a url not available

2020-11-14 Thread Georg Brandl
Georg Brandl added the comment: It doesn't make sense to include the archive link, the documentation it refers to is available in the GitHub repository under docs/. -- nosy: +georg.brandl ___ Python tracker <https://bugs.python.org/is

[issue12409] Moving "Documenting Python" to Devguide

2012-01-13 Thread Georg Brandl
Georg Brandl added the comment: We'll probably have to redirect all /documenting in Apache anyway. -- ___ Python tracker <http://bugs.python.org/is

[issue13746] ast.Tuple's have an inconsistent "col_offset" value

2012-01-13 Thread Georg Brandl
Georg Brandl added the comment: This is because the parentheses don't really belong to the tuple literal. You could just as well write b = 1, 3.14, 'abc', u'XYZ' In other cases, the parentheses may be needed for grouping purposes (e.g. in function calls), bu

[issue13737] bugs.python.org/review's Django settings file DEBUG=True

2012-01-13 Thread Georg Brandl
Georg Brandl added the comment: While the actual code may be accessible to everyone, the server configuration (paths etc. -- just look at the page; at least the session secret key and passwords are masked by Django) are not, and exposing that can be a security problem as well. And while I

[issue13753] str.join description contains an incorrect reference to argument

2012-01-13 Thread Georg Brandl
Georg Brandl added the comment: You put '*' instead of '#' in the commit message. Also, I don't think you should close more than one issue in one commit. -- nosy: +georg.brandl ___ Python tracker <http:

[issue13768] Doc/tools/dailybuild.py available only on 2.7 branch

2012-01-13 Thread Georg Brandl
New submission from Georg Brandl : Why is that a concern? It is not needed for the doc build and intended to be used on python.org only. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker

<    23   24   25   26   27   28   29   30   31   32   >