mirror of
https://github.com/python/cpython.git
synced 2025-09-19 23:20:25 +00:00
Since we recommend one module per import line, reflect this also in the
documentation.
This commit is contained in:
parent
a630735b31
commit
5149742e8b
31 changed files with 96 additions and 42 deletions
|
@ -1,5 +1,6 @@
|
|||
import datetime
|
||||
import sqlite3
|
||||
import datetime, time
|
||||
import time
|
||||
|
||||
def adapt_datetime(ts):
|
||||
return time.mktime(ts.timetuple())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue