From 3d9a39e211ed98033b6d6fcda5d0771bfb25dc46 Mon Sep 17 00:00:00 2001 From: xbe Date: Tue, 8 Apr 2014 11:42:19 -0700 Subject: py: Implement str.[r]index() and add tests for them. --- py/qstrdefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'py/qstrdefs.h') diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 29eb51d0b..a379da391 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -181,6 +181,7 @@ Q(union) Q(update) Q(find) Q(rfind) +Q(rindex) Q(split) Q(startswith) Q(replace) -- cgit v1.2.3