Show More
@@ -285,7 +285,7 b' if GENERATING_DOCUMENTATION:' | |||
|
285 | 285 | # write this). With below range we cover them all, with a density of ~67% |
|
286 | 286 | # biggest next gap we consider only adds up about 1% density and there are 600 |
|
287 | 287 | # gaps that would need hard coding. |
|
288 |
_UNICODE_RANGES = [(32, 0x3 |
|
|
288 | _UNICODE_RANGES = [(32, 0x323B0), (0xE0001, 0xE01F0)] | |
|
289 | 289 | |
|
290 | 290 | # Public API |
|
291 | 291 | __all__ = ["Completer", "IPCompleter"] |
General Comments 0
You need to be logged in to leave comments.
Login now