﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21651	Remove unused function: django.utils.text.recapitalize	Vajrasky Kok	nobody	"{{{
>>> from django.utils.text import recapitalize
>>> recapitalize(""first sentence. second sentence? third sentence! FINAL SENTENCE."")
'First sentence. Second sentence? Third sentence! Final sentence.'
}}}


All is well, but... maybe not.

{{{
>>> recapitalize(""first sentence.   second sentence?\nthird sentence!"")
'First sentence.   second sentence?\nthird sentence!'
}}}
"	New feature	closed	Utilities	dev	Normal	fixed		sky.kok@…	Unreviewed	1	0	0	0	1	0
