Commit 140a7d1
authored
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (pythonGH-16742)
They conflicted with keyword "in".
Also rename positional-only parameters of private os._fcopyfile()
for consistency.1 parent 46113e0 commit 140a7d1
5 files changed
Lines changed: 39 additions & 34 deletions
File tree
- Doc/library
- Lib/test
- Misc/NEWS.d/next/Library
- Modules
- clinic
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1251 | 1251 | | |
1252 | 1252 | | |
1253 | 1253 | | |
1254 | | - | |
1255 | | - | |
| 1254 | + | |
| 1255 | + | |
1256 | 1256 | | |
1257 | | - | |
| 1257 | + | |
1258 | 1258 | | |
1259 | | - | |
| 1259 | + | |
1260 | 1260 | | |
1261 | 1261 | | |
1262 | 1262 | | |
1263 | 1263 | | |
1264 | 1264 | | |
1265 | | - | |
| 1265 | + | |
1266 | 1266 | | |
1267 | 1267 | | |
1268 | 1268 | | |
1269 | | - | |
| 1269 | + | |
1270 | 1270 | | |
1271 | | - | |
1272 | | - | |
| 1271 | + | |
| 1272 | + | |
1273 | 1273 | | |
1274 | | - | |
| 1274 | + | |
1275 | 1275 | | |
1276 | 1276 | | |
1277 | 1277 | | |
| |||
1286 | 1286 | | |
1287 | 1287 | | |
1288 | 1288 | | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
1289 | 1292 | | |
1290 | 1293 | | |
1291 | 1294 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3110 | 3110 | | |
3111 | 3111 | | |
3112 | 3112 | | |
3113 | | - | |
3114 | | - | |
| 3113 | + | |
| 3114 | + | |
3115 | 3115 | | |
3116 | | - | |
3117 | | - | |
| 3116 | + | |
| 3117 | + | |
| 3118 | + | |
3118 | 3119 | | |
3119 | 3120 | | |
3120 | 3121 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8993 | 8993 | | |
8994 | 8994 | | |
8995 | 8995 | | |
8996 | | - | |
8997 | | - | |
| 8996 | + | |
| 8997 | + | |
8998 | 8998 | | |
8999 | | - | |
| 8999 | + | |
9000 | 9000 | | |
9001 | 9001 | | |
9002 | 9002 | | |
| |||
9016 | 9016 | | |
9017 | 9017 | | |
9018 | 9018 | | |
9019 | | - | |
9020 | | - | |
| 9019 | + | |
9021 | 9020 | | |
9022 | 9021 | | |
9023 | 9022 | | |
| |||
9133 | 9132 | | |
9134 | 9133 | | |
9135 | 9134 | | |
9136 | | - | |
| 9135 | + | |
9137 | 9136 | | |
9138 | 9137 | | |
9139 | 9138 | | |
| |||
9170 | 9169 | | |
9171 | 9170 | | |
9172 | 9171 | | |
9173 | | - | |
9174 | | - | |
| 9172 | + | |
| 9173 | + | |
9175 | 9174 | | |
9176 | 9175 | | |
9177 | 9176 | | |
9178 | 9177 | | |
9179 | 9178 | | |
9180 | 9179 | | |
9181 | 9180 | | |
9182 | | - | |
9183 | | - | |
| 9181 | + | |
| 9182 | + | |
9184 | 9183 | | |
9185 | 9184 | | |
9186 | 9185 | | |
9187 | 9186 | | |
9188 | | - | |
| 9187 | + | |
9189 | 9188 | | |
9190 | 9189 | | |
9191 | 9190 | | |
| |||
0 commit comments