Commit 9847852
committed
Allow closing a figure by long ID number.
Creating a figure with a type(long) figure number is allowed, so closing should be similarly allowed.
close figure with type UUID as figure number
if we can create a figure with a number that is type UUID,
then it is reasonable to be able to close the figure with it as well.
make the allowed int types Python 2 and 3 compatible1 parent 2d051f2 commit 9847852
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
| 519 | + | |
520 | 520 | | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
521 | 525 | | |
522 | 526 | | |
523 | 527 | | |
| |||
0 commit comments