Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4762d5d

Browse files
committed
Merge from 3.5
2 parents 255bbf2 + 48b13f0 commit 4762d5d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Doc/library/sqlite3.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,6 @@ Connection Objects
489489
:mod:`sqlite3` module will return Unicode objects for ``TEXT``. If you want to
490490
return bytestrings instead, you can set it to :class:`bytes`.
491491

492-
For efficiency reasons, there's also a way to return :class:`str` objects
493-
only for non-ASCII data, and :class:`bytes` otherwise. To activate it, set
494-
this attribute to :const:`sqlite3.OptimizedUnicode`.
495-
496492
You can also set it to any other callable that accepts a single bytestring
497493
parameter and returns the resulting object.
498494

0 commit comments

Comments
 (0)