Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset 213c155a460b8dd9e43901e4d61aa088cbac4221 by Miss Islington (bot)
in branch '3.8':
bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)
https://github.com/python/cpython/commit/213c155a460b8dd9e43901e4d61aa088cbac4221
Berker Peksag added the comment:
New changeset 374ee449331bc95d18c37f5032aaea1448462e58 by Miss Islington (bot)
in branch '3.9':
bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)
https://github.com/python/cpython/commit/374ee449331bc95d18c37f5032aaea1448462e58
Berker Peksag added the comment:
New changeset 40d1b831ecd1b5b6a4fce9a908a6e61b50b360a0 by Erlend Egeberg
Aasland in branch 'master':
bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)
https://github.com/python/cpython/commit/40d1b831ecd1b5b6a4fce9a908a6e61b50b360a0
Berker Peksag added the comment:
LGTM!
--
resolution: not a bug ->
stage: resolved -> needs patch
status: closed -> open
title: Non-existent method sqlite3.Connection.fetchone() used in docs -> Use
more descriptive variable names in sqlite3 docs
type: -> enhan
Berker Peksag added the comment:
No problem and thank you for taking time to report!
I'd be happy to merge a PR that renames c to cur in the documentation (I
counted four instances.) We can then reopen and retarget this isssue.
--
resolution: -> not a
Berker Peksag added the comment:
https://github.com/python/cpython/blame/e161ec5dd7ba9355eb06757b9304019ac53cdf69/Doc/library/sqlite3.rst#L74-L76
is not a standalone snippet. It uses the cursor object created at
https://github.com/python/cpython/blame/e161ec5dd7ba9355eb06757b9304019ac53cdf69
Berker Peksag added the comment:
Could you please post the full snippet?
c is already set to a cursor at
https://github.com/python/cpython/blame/e161ec5dd7ba9355eb06757b9304019ac53cdf69/Doc/library/sqlite3.rst#L56:
c = conn.cursor()
And the following example works fine:
>>&g
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset e161ec5dd7ba9355eb06757b9304019ac53cdf69 by Erlend Egeberg
Aasland in branch 'master':
bpo-43369: sqlite3_column_{text,blob} failures now raise MemoryError (GH-24723)
https://github.com/python/cpython/commit
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset 3b4b2cf418707c79f96689e401e3c703c0fdd4d2 by Mariusz Felisiak in
branch 'master':
bpo-43368: Fix fetching empty bytes in sqlite3 (GH-24706)
https://github.com/python/cpython/commit/3b4b2cf418707c79f96689e401e3c703c0fdd4d2
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: -> enhancement
___
Python tracker
<https://bugs.python
Berker Peksag added the comment:
New changeset 2183d06bc8a481098d62a4ebed8d6982b3d1602a by Erlend Egeberg
Aasland in branch 'master':
bpo-43251: sqlite3_column_name() failures now raise MemoryError (GH-24609)
https://github.com/python/cpython/commit/2183d06bc8a481098d62a4ebed8d6982b3d1602a
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset 5e48e836883ac577acd69c7b9bdfe5c439cef47f by Erlend Egeberg
Aasland in branch 'master':
bpo-43294: Remove unused variables in pysqlite_connection_*() (GH-24658)
https://github.com/python/cpython/commit/5e48e836883ac577acd69c7b9bdfe5c439cef47f
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset 3150754f91fc1d15e3888e22c065672838a9c069 by Erlend Egeberg
Aasland in branch 'master':
bpo-43314: Remove SQLITE_OPEN_URI ifdef (GH-24637)
https://github.com/python/cpython/commit/3150754f91fc1d15e3888e22c065672838a9c069
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset 91ea37c84af2dd5ea92802a4c2adad47861ac067 by Erlend Egeberg
Aasland in branch 'master':
bpo-43290: Remove workaround from pysqlite_step() (GH-24638)
https://github.com/python/cpython/commit/91ea37c84af2dd5ea92802a4c2adad47861ac067
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset 38b6c2acd4bba666bd64779c42b9d91cbee19274 by Erlend Egeberg
Aasland in branch 'master':
bpo-43269: Remove redundant extern keywords (GH-24605)
https://github.com/python/cpython/commit/38b6c2acd4bba666bd64779c42b9d91cbee19274
Berker Peksag added the comment:
New changeset bf838a6e7eec2063a17c7c33dfa94afeef116f36 by Erlend Egeberg
Aasland in branch 'master':
bpo-43269: Clean up sqlite3 file scope (GH-24578)
https://github.com/python/cpython/commit/bf838a6e7eec2063a17c7c33dfa94afeef116f36
Change by Berker Peksag :
Removed file: https://bugs.python.org/file49823/DOC-20200420-WA
___
Python tracker
<https://bugs.python.org/issue43265>
___
___
Python-bug
Berker Peksag added the comment:
> 3.9, I presume?
Yes, I was going too fast :)
--
___
Python tracker
<https://bugs.python.org/issue43265>
___
___
Python-
Berker Peksag added the comment:
I'd even consider a cryptic error message a minor usability bug and backport it
to at least 3.10.
--
___
Python tracker
<https://bugs.python.org/issue43
Berker Peksag added the comment:
I'm not sure about 1) because if target == source it means a user error.
OperationalError is usually used for non-user errors.
3) sounds good to me if that part is already covered by tests and they passed
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset 2bb0bf4dd8c0bd4d23eb04afce1a58e07982 by Erlend Egeberg
Aasland in branch 'master':
bpo-43258: Make sqlite3 callback functions static (GH-24574)
https://github.com/python/cpython/commit/2bb0bf4dd8c0bd4d23eb04afce1a58e07982
Berker Peksag added the comment:
New changeset 979b23cbe44071b056ff524c0aa20e5d9794b5b0 by Erlend Egeberg
Aasland in branch 'master':
bpo-43258: Don't allocate sqlite3 aggregate context for empty queries (GH-24569)
https://github.com/python/cpython/commit
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset cc96231f0a59cc7393943064800ecb6c18892662 by Erlend Egeberg
Aasland in branch 'master':
bpo-43249: Improve scoping in _pysqlite_fetch_one_row() (GH-24565)
https://github.com/python/cpython/commit/cc96231f0a59cc7393943064800ecb6c18892662
Berker Peksag added the comment:
New changeset 47feb1feb28631b6647699b7633109aa85340966 by Erlend Egeberg
Aasland in branch 'master':
bpo-43249: sqlite3_column_bytes() must follow sqlite_column_blob() (GH-24562)
https://github.com/python/cpython/commit
Berker Peksag added the comment:
Good catch! Sounds good to me but I'd say designing APIs relying on call order
is bad too :)
--
___
Python tracker
<https://bugs.python.org/issue43
Berker Peksag added the comment:
Yes, this indeed seems to be fixed by issue 42500 and can be closed now. Nice
detective work, thank you!
--
stage: needs patch -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.p
Berker Peksag added the comment:
New changeset ea46579067fd2d4e164d6605719ffec690c4d621 by Erlend Egeberg
Aasland in branch 'master':
bpo-40956: Fix segfault when Connection.backup is called without target
(GH-24503)
https://github.com/python/cpython/commit
Berker Peksag added the comment:
The problem is that sqlite3 isn't the only module where there are discrepancies
between documentation and implementation. If we are going to change public
sqlite3 APIs in to be positional-only, I'd prefer writing a PEP and fix all
modules once and for all
Berker Peksag added the comment:
Yes, version attributes should be deprecated and properly documented in
Doc/whatsnew/3.10.rst before removal. I remember we broke Mailman when we
removed a dunder attribute from the mail package.
Thank you for the PR!
--
resolution: -> fixed
st
Berker Peksag added the comment:
New changeset de76ce540ed013a31d4c80bca2587a2dd7c23652 by Miss Islington (bot)
in branch '3.8':
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
https://github.com/python/cpython/commit/de76ce540ed013a31d4c80bca2587a2dd7c23652
Berker Peksag added the comment:
New changeset 926ca51be4b9b80c41a647bbc2fb9c40ff108ff0 by Miss Islington (bot)
in branch '3.9':
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
https://github.com/python/cpython/commit/926ca51be4b9b80c41a647bbc2fb9c40ff108ff0
Berker Peksag added the comment:
New changeset e60344364245a23a7a1b25d5ebce6833652a656c by L in branch 'master':
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
https://github.com/python/cpython/commit/e60344364245a23a7a1b25d5ebce6833652a656c
Berker Peksag added the comment:
Copying my comment from GitHub:
> I think DICOM is too specific to be added to the stdlib. I'd prefer
> improving documentation of imghdr.tests to make adding custom file
> types clearer.
--
nosy: +berk
Berker Peksag added the comment:
New changeset a330365ca5ae836075f306334ab648bf23471481 by Erlend Egeberg
Aasland in branch 'master':
bpo-40956: Fix sqlite3.Cursor.fetchmany() default value (GH-24214)
https://github.com/python/cpython/commit/a330365ca5ae836075f306334ab648bf23471481
Berker Peksag added the comment:
We can always reopen GH-24135 and merge it even if we revert this one for some
reason :)
--
___
Python tracker
<https://bugs.python.org/issue42
Berker Peksag added the comment:
I don't see any reason to merge GH-24135 if we are going to remove cache.[ch]
in this issue.
I was -0 before but since Raymond gave his +1, you can count me as +1 too.
--
___
Python tracker
<ht
Berker Peksag added the comment:
New changeset d16f6176abdecbb7ab231dc78beccfaa095beff6 by Erlend Egeberg
Aasland in branch 'master':
bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper (GH-24170)
https://github.com/python/cpython/commit/d16f6176abdecbb7ab231dc78beccfaa095beff6
Berker Peksag added the comment:
iso-8859-1 is still commonly used in some parts of Nordic countries, but I
don't see a reason not to change it here :) Thank you, Erlend!
--
components: +Tests -Library (Lib)
type: -> enhancement
___
Pyt
Berker Peksag added the comment:
New changeset deab1e54ff1695cdbe87f8db3d2c382d8e78330f by Erlend Egeberg
Aasland in branch 'master':
bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147)
https://github.com/python/cpython/commit/deab1e54ff1695cdbe87f8db3d2c382d8e78330f
Berker Peksag added the comment:
Thank you!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: -> enhancement
___
Python tracker
<https://bugs.python
Berker Peksag added the comment:
New changeset 849e339a925fb398be31e566c31b99ce6cdb6006 by Erlend Egeberg
Aasland in branch 'master':
bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests
(GH-20538)
https://github.com/python/cpython/commit
Change by Berker Peksag :
--
resolution: -> fixed
type: -> behavior
___
Python tracker
<https://bugs.python.org/issue38413>
___
___
Python-bugs-list
Berker Peksag added the comment:
New changeset 49c150f1f16398a4e77e051244f27adc5ac7b47b by Vladimir in branch
'3.9':
bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
https://github.com/python/cpython/commit/49c150f1f16398a4e77e051244f27adc5ac7b47b
Change by Berker Peksag :
--
assignee: -> docs@python
components: -Unicode
nosy: +docs@python -vstinner
___
Python tracker
<https://bugs.python.org/issu
Change by Berker Peksag :
--
assignee: lemburg ->
components: +Documentation
nosy: +vstinner
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10 -Python 3.8
___
Python tra
Berker Peksag added the comment:
New changeset a3ca6747f50efa2fe59caf516a26b0fd1912b8e8 by Miss Islington (bot)
in branch '3.9':
bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
https://github.com/python/cpython/commit/a3ca6747f50efa2fe59caf516a26b0fd1912b8e8
Berker Peksag added the comment:
New changeset 1a9f51ed12feb4d95ad6d0faf610a030c05b9f5e by Berker Peksag in
branch 'master':
bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
https://github.com/python/cpython/commit/1a9f51ed12feb4d95ad6d0faf610a030c05b9f5e
--
nosy
Berker Peksag added the comment:
Thank you!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset 203b2493ae6fd7c1f039f3f906f087d67d9100d5 by Erlend Egeberg
Aasland in branch 'master':
bpo-40959: Remove unused declarations from sqlite3 headers (GH-20828)
https://github.com/python/cpython/commit/203b2493ae6fd7c1f039f3f906f087d67d9100d5
Change by Berker Peksag :
--
components: +macOS
___
Python tracker
<https://bugs.python.org/issue24464>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
It's now deprecated in 3.10.
--
components: +Extension Modules -Build, macOS
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: -> enhancement
versions: +Python 3.10
Berker Peksag added the comment:
New changeset ddb5e11683c8db9d2095f2f9406701443c4dc9b3 by Erlend Egeberg
Aasland in branch 'master':
bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)
https://github.com/python/cpython/commit/ddb5e11683c8db9d2095f2f9406701443c4dc9b3
Berker Peksag added the comment:
New changeset 28611c28474a7fafdcf7ea2712f2670dda940eef by Miss Islington (bot)
in branch '3.8':
bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
https://github.com/python/cpython/commit/28611c28474a7fafdcf7ea2712f2670dda940eef
Berker Peksag added the comment:
New changeset 03a079f7cf8eacc29ea616060916e8a63ba6e5ba by Miss Islington (bot)
in branch '3.8':
bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
https://github.com/python/cpython/commit/03a079f7cf8eacc29ea616060916e8a63ba6e5ba
Berker Peksag added the comment:
New changeset f9949f82e17c88609adb53eff3a7d5cd63a645bd by Vladimir in branch
'master':
bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
https://github.com/python/cpython/commit/f9949f82e17c88609adb53eff3a7d5cd63a645bd
Change by Berker Peksag :
--
versions: -Python 3.7
___
Python tracker
<https://bugs.python.org/issue40810>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
I think this is now done. Thank you, Erlend!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset cf0b23908cc902ac38cd83dd7ca5afdf89e1543b by Erlend Egeberg
Aasland in branch 'master':
bpo-40810: Require SQLite 3.7.15 (GH-24106)
https://github.com/python/cpython/commit/cf0b23908cc902ac38cd83dd7ca5afdf89e1543b
Berker Peksag added the comment:
New changeset c7f8d3caf0b10c19cd46b1b334a98628eac15672 by Erlend Egeberg
Aasland in branch 'master':
bpo-40956: Convert _sqlite3.Cursor to Argument Clinic (GH-24007)
https://github.com/python/cpython/commit/c7f8d3caf0b10c19cd46b1b334a98628eac15672
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10, Python 3.9
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset 949cf93f8ee27c37650483458f0aa3e295011ef6 by Miss Islington (bot)
in branch '3.8':
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
https://github.com/python/cpython/commit/949cf93f8ee27c37650483458f0aa3e295011ef6
Berker Peksag added the comment:
New changeset 2024d7aca100c3faa9c6730aba3de5f0528750be by Berker Peksag in
branch '3.9':
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
https://github.com/python/cpython/commit/2024d7aca100c3faa9c6730aba3de5f0528750be
Change by Berker Peksag :
--
pull_requests: +20759
pull_request: https://github.com/python/cpython/pull/21617
___
Python tracker
<https://bugs.python.org/issue38
Berker Peksag added the comment:
New changeset daff39070e7ea71b0ba49d9150ac7a210a125682 by Gregory Schevchenko
in branch 'master':
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
https://github.com/python/cpython/commit/daff39070e7ea71b0ba49d9150ac7a210a125682
Berker Peksag added the comment:
This is a duplicate of issue 38731. The inline patch in msg373791 is incorrect.
I'll fix the error in maintenance releases by partially reverting commit
2e33ecd7c9b0cac3efc6fcbdd4547fd086b4e2d1.
--
nosy: +berker.peksag
resolution: -> duplicate
st
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset d4d127f1c6e586036104e4101f5af239fe7dc156 by Berker Peksag in
branch 'master':
bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)
https://github.com/python/cpython/commit/d4d127f1c6e586036104e4101f5af239fe7dc156
Change by Berker Peksag :
--
pull_requests: +20644
stage: test needed -> patch review
pull_request: https://github.com/python/cpython/pull/21504
___
Python tracker
<https://bugs.python.org/issu
Berker Peksag added the comment:
New changeset e34bbfd61f405eef89e8aa50672b0b25022de320 by Berker Peksag in
branch 'master':
bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562)
https://github.com/python/cpython/commit/e34bbfd61f405eef89e8aa50672b0b25022de320
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: -> behavior
___
Python tracker
<https://bugs.python
Berker Peksag added the comment:
New changeset c610d970f5373b143bf5f5900d4645e6a90fb460 by Erlend Egeberg
Aasland in branch 'master':
bpo-40784: Fix sqlite3 deterministic test (GH-20448)
https://github.com/python/cpython/commit/c610d970f5373b143bf5f5900d4645e6a90fb460
--
nosy
Berker Peksag added the comment:
+1 for dropping support for < 3.7.15 in master. We should fix or skip tests in
maintenance branches.
--
stage: -> needs patch
type: -> enhancement
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
https://github.com/ghaering/pysqlite/commit/f3d452f2daeb432b8ad89fa4f087164bfd6ddc12
should probably give more context than that huge svnmerge commit :)
(Removed older Python versions since even if decide to change the behavior from
2006, it may break third
Berker Peksag added the comment:
Thanks for the report and for the initial patch!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7, Python 3.8, Python 3.9 -Python 3.6
___
Python tracke
Berker Peksag added the comment:
New changeset daef21ce7dfd3735101d85d6ebf7554187c33ab8 by Miss Islington (bot)
in branch '3.8':
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
https://github.com/python/cpython/commit/daef21ce7dfd3735101d85d6ebf7554187c33ab8
Berker Peksag added the comment:
New changeset 55be9a6c09d4415f50b14212ce22eccefa83ca64 by Miss Islington (bot)
in branch '3.7':
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
https://github.com/python/cpython/commit/55be9a6c09d4415f50b14212ce22eccefa83ca64
Berker Peksag added the comment:
New changeset ba22e8f174309979d90047c5dc64fcb63bc2c32e by Berker Peksag in
branch 'master':
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
https://github.com/python/cpython/commit/ba22e8f174309979d90047c5dc64fcb63bc2c32e
Change by Berker Peksag :
--
keywords: +patch
nosy: +berker.peksag
nosy_count: 3.0 -> 4.0
pull_requests: +17998
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18632
___
Python tracker
<https://bugs.p
Berker Peksag added the comment:
Thank you for the report and for the patch!
The minimum supported SQLite 3 version in Python 3 is 3.7.2 as declared at
https://github.com/python/cpython/blob/9f37872e307734666a7169f7be6e3370d3068282/setup.py#L1364
While it's still 3.0.8 in Python 2.7
Change by Berker Peksag :
--
nosy: +berker.peksag, brett.cannon
nosy_count: 8.0 -> 10.0
pull_requests: +17979
pull_request: https://github.com/python/cpython/pull/18614
___
Python tracker
<https://bugs.python.org/iss
Change by Berker Peksag :
--
nosy: -brett.cannon
___
Python tracker
<https://bugs.python.org/issue2771>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<https://bugs.python.org/issue35950>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +17956
pull_request: https://github.com/python/cpython/pull/18586
___
Python tracker
<https://bugs.python.org/issue35
Berker Peksag added the comment:
My PR has been merged and I've verified that the link is now point to
https://www.sphinx-doc.org/. Closing this as 'fixed'.
--
resolution: -> fixed
stage: needs patch -> resolved
status: open -> closed
_
Berker Peksag added the comment:
New changeset 78c7183f470b60a39ac2dd0ad1a94d49d1e0b062 by Alex Henrie in branch
'master':
bpo-39496: Remove redundant checks from _sqlite/cursor.c (GH-18270)
https://github.com/python/cpython/commit/78c7183f470b60a39ac2dd0ad1a94d49d1e0b062
--
nosy
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
https://github.com/python/docsbuild-scripts/pull/83
--
___
Python tracker
<https://bugs.python.org/issue39514>
___
___
Pytho
Berker Peksag added the comment:
Thanks for the report. The link has already been fixed in
https://github.com/python/python-docs-theme/commit/fc9f203dd79587c8aed2b822cf7401518cd65bb5
I think it will be fixed once the new version of the theme is released.
We can discuss the details over
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: performance ->
___
Python tracker
<https://bugs.python
Berker Peksag added the comment:
New changeset 1f44e775df8e7ec3ca60a1135cb3279f8b9dca3e by Alex Henrie in branch
'master':
bpo-39497: Remove unused variable from pysqlite_cursor_executescript (GH-18271)
https://github.com/python/cpython/commit/1f44e775df8e7ec3ca60a1135cb3279f8b9dca3e
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: resource usage ->
___
Python tracker
<https://bugs.python
1 - 100 of 3653 matches
Mail list logo