mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
#6224: s/JPython/Jython/, and remove one link to a module nine years old.
This commit is contained in:
parent
e3b9b5e4ed
commit
18187e2167
4 changed files with 6 additions and 9 deletions
|
|
@ -6308,7 +6308,7 @@ unicode_center(PyUnicodeObject *self, PyObject *args)
|
|||
|
||||
/* This code should go into some future Unicode collation support
|
||||
module. The basic comparison should compare ordinals on a naive
|
||||
basis (this is what Java does and thus JPython too). */
|
||||
basis (this is what Java does and thus Jython too). */
|
||||
|
||||
/* speedy UTF-16 code point order comparison */
|
||||
/* gleaned from: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue