Re: [Django] #21267: pep8 cleanup: the backslash is redundant between brackets

2013-10-17 Thread Django
#21267: pep8 cleanup: the backslash is redundant between brackets
--+
 Reporter:  timo  |Owner:  alasdair
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:  fixed
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Changes (by Alasdair Nicol ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"65d1d65d52a87bba22845bcb7c3c921a8789ec19"]:
 {{{
 #!CommitTicketReference repository=""
 revision="65d1d65d52a87bba22845bcb7c3c921a8789ec19"
 Fixed #21267 -- Fixed E502 pep8 warnings
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/062.04388dac1db0d5a2b1ba08bcf1a049c8%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21267: pep8 cleanup: the backslash is redundant between brackets

2013-10-17 Thread Django
#21267: pep8 cleanup: the backslash is redundant between brackets
--+
 Reporter:  timo  |Owner:  alasdair
 Type:  Cleanup/optimization  |   Status:  assigned
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Changes (by alasdair):

 * owner:  nobody => alasdair
 * status:  new => assigned


Comment:

 Pull request https://github.com/django/django/pull/1767

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/062.d992880422cc33361bdbbaafbb96186f%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21267: pep8 cleanup: the backslash is redundant between brackets

2013-10-14 Thread Django
#21267: pep8 cleanup: the backslash is redundant between brackets
--+
 Reporter:  timo  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Description changed by timo:

Old description:

> To find errors: `flake8
> --exclude=./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./tests/comment_tests/*,./django/test/_doctest.py
> --select=E502`
>
> Attaching a patch to get you started.
>
> Apply it:
>
> `patch -p1 -i E502.diff`

New description:

 To find errors, ensure you have an up-to-date master with the flake8
 config in setup.cfg, then remove E502 from the ignore list there. You can
 then run `flake8` from the directory with setup.cfg in it to list all
 errors.

 Attaching an example patch to get you started.

 Apply it, if you'd like:

 `patch -p1 -i E502.diff`

--

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/062.16b66f4f3622d97bc55d1f78f5b3febd%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21267: pep8 cleanup: the backslash is redundant between brackets

2013-10-14 Thread Django
#21267: pep8 cleanup: the backslash is redundant between brackets
--+
 Reporter:  timo  |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Description changed by timo:

Old description:

> To find errors: `flake8 --select=E502`
>
> Attaching a patch to get you started.
>
> Apply it:
>
> `patch -p1 -i E502.diff`

New description:

 To find errors: `flake8
 
--exclude=./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./tests/comment_tests/*,./django/test/_doctest.py
 --select=E502`

 Attaching a patch to get you started.

 Apply it:

 `patch -p1 -i E502.diff`

--

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/062.86e35c35b07efbad1dad947032ebae47%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.