Hi, Attached is a patch that makes python-fill-region in a multiline string work when font-lock is disabled. The old version checked that (nth 3 syntax) was explicitly t, rather than non-nil; this is the case when font-lock is enabled, but when it's disabled (nth 3 syntax) is a number instead.