File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 46
46
master_doc = "index"
47
47
48
48
# General information about the project.
49
- project = u "PyMySQL"
50
- copyright = u "2016, Yutaka Matsubara and GitHub contributors"
49
+ project = "PyMySQL"
50
+ copyright = "2016, Yutaka Matsubara and GitHub contributors"
51
51
52
52
# The version info for the project you're documenting, acts as replacement for
53
53
# |version| and |release|, also used in various other places throughout the
200
200
(
201
201
"index" ,
202
202
"PyMySQL.tex" ,
203
- u "PyMySQL Documentation" ,
204
- u "Yutaka Matsubara and GitHub contributors" ,
203
+ "PyMySQL Documentation" ,
204
+ "Yutaka Matsubara and GitHub contributors" ,
205
205
"manual" ,
206
206
),
207
207
]
235
235
(
236
236
"index" ,
237
237
"pymysql" ,
238
- u "PyMySQL Documentation" ,
239
- [u "Yutaka Matsubara and GitHub contributors" ],
238
+ "PyMySQL Documentation" ,
239
+ ["Yutaka Matsubara and GitHub contributors" ],
240
240
1 ,
241
241
)
242
242
]
254
254
(
255
255
"index" ,
256
256
"PyMySQL" ,
257
- u "PyMySQL Documentation" ,
258
- u "Yutaka Matsubara and GitHub contributors" ,
257
+ "PyMySQL Documentation" ,
258
+ "Yutaka Matsubara and GitHub contributors" ,
259
259
"PyMySQL" ,
260
260
"One line description of project." ,
261
261
"Miscellaneous" ,
Original file line number Diff line number Diff line change 61
61
62
62
DEFAULT_CHARSET = "utf8mb4"
63
63
64
- MAX_PACKET_LEN = 2 ** 24 - 1
64
+ MAX_PACKET_LEN = 2 ** 24 - 1
65
65
66
66
67
67
def _pack_int24 (n ):
You can’t perform that action at this time.
0 commit comments