@@ -212,7 +212,10 @@ library/socket,,:can,"return (can_id, can_dlc, data[:can_dlc])"
212
212
library/socket,,:len,fds.frombytes(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
213
213
library/sqlite3,,:year,"cur.execute(""select * from lang where first_appeared=:year"", {""year"": 1972})"
214
214
library/sqlite3,,:memory,
215
- library/sqlite3,,:path,"db = sqlite3.connect('file:path/to/database?mode=ro', uri=True)"
215
+ library/sqlite3,,:template,"con = sqlite3.connect(""file:template.db?mode=ro"", uri=True)"
216
+ library/sqlite3,,:nosuchdb,"con = sqlite3.connect(""file:nosuchdb.db?mode=rw"", uri=True)"
217
+ library/sqlite3,,:mem1,"con1 = sqlite3.connect(""file:mem1?mode=memory&cache=shared"", uri=True)"
218
+ library/sqlite3,,:mem1,"con2 = sqlite3.connect(""file:mem1?mode=memory&cache=shared"", uri=True)"
216
219
library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group"
217
220
library/ssl,,:My,"Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc."
218
221
library/ssl,,:myserver,"Common Name (eg, YOUR name) []:myserver.mygroup.myorganization.com"
@@ -379,5 +382,11 @@ library/tkinter,,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destro
379
382
library/tkinter,,::,ttk::frame
380
383
library/tkinter,,::,ttk::button
381
384
library/tkinter,,::,ttk::widget
382
- whatsnew/changelog,305,::,Lib/email/mime/nonmultipart.py::MIMENonMultipart
383
- whatsnew/changelog,308,::,Lib/ctypes/test/test_functions.py::test_mro
385
+ reference/compound_stmts,324,:exc,subclass of :exc:`BaseExceptionGroup`. It is not possible to mix except
386
+ reference/compound_stmts,324,`,subclass of :exc:`BaseExceptionGroup`. It is not possible to mix except
387
+ reference/compound_stmts,324,:keyword,"and except* in the same :keyword:`try`. :keyword:`break`,"
388
+ reference/compound_stmts,324,`,"and except* in the same :keyword:`try`. :keyword:`break`,"
389
+ reference/compound_stmts,324,:keyword,:keyword:`continue` and :keyword:`return` cannot appear in an except*
390
+ reference/compound_stmts,324,`,:keyword:`continue` and :keyword:`return` cannot appear in an except*
391
+ whatsnew/changelog,178,:CON,": os.path.abspath(“C:CON”) is now fixed to return “\.CON”, not"
392
+ whatsnew/changelog,922,::,Lib/email/mime/nonmultipart.py::MIMENonMultipart
0 commit comments