Commit cbe88f3
DEPR: make arguments keyword only in to_clipboard (#54634)
* made arguments keyword only
* added whatsnew
* deprecated nonkeyword arguments
* corrected typo
* Update pandas/core/generic.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* added test
---------
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>1 parent 47ae3f0 commit cbe88f3
File tree
3 files changed
+14
-0
lines changed- doc/source/whatsnew
- pandas
- core
- tests/io
3 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3096 | 3096 | | |
3097 | 3097 | | |
3098 | 3098 | | |
| 3099 | + | |
| 3100 | + | |
| 3101 | + | |
3099 | 3102 | | |
3100 | 3103 | | |
3101 | 3104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
0 commit comments