| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| Partially revert the behavior of :meth:`tkinter.Text.count`. By default it | ||
|
Comment thread
terryjreedy marked this conversation as resolved.
|
||
| preserves the behavior of older Python versions, except that setting | ||
| ``wantobjects`` to 0 no longer has effect. Add a new parameter *return_ints*: | ||
| specifying ``return_ints=True`` makes ``Text.count()`` always returning the | ||
| single count as an integer instead of a 1-tuple or ``None``. | ||
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.