﻿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
23097	Documentation on FILE_UPLOAD_PERMISSIONS uses deprecated octal notation	jmv_deb@…	David Hoffman	"Hello

Thank you for django.

In https://docs.djangoproject.com/en/1.6/topics/http/file-uploads/#changing-upload-handler-behavior
and https://docs.djangoproject.com/en/1.6/ref/settings/#std:setting-FILE_UPLOAD_PERMISSIONS

One is suggested to use octal notation like 0644. This doesn't work with python3 (tried 3.4.1) and the correct notation now is 0o644. That notation also works in python 2.7.

Cheers"	Bug	closed	Documentation	1.6	Normal	fixed			Accepted	0	0	0	0	1	0
