Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

D302 and unicode_literals #113

Closed
max-arnold opened this issue Mar 24, 2015 · 6 comments
Closed

D302 and unicode_literals #113

max-arnold opened this issue Mar 24, 2015 · 6 comments
Assignees
Labels

Comments

@max-arnold
Copy link

If a file contains the following header

# -*- coding: utf-8 -*-
from __future__ import unicode_literals

pep257 tool still warns D302 Use u""" for docstrings with Unicode on unicode docstrings. Maybe I'm missing something, but this is probably a bug.

@keleshev
Copy link
Contributor

keleshev commented May 6, 2015

Yes, thanks for reporting.

@max-arnold
Copy link
Author

Do you have any estimation for this bug to be fixed?

@Nurdok
Copy link
Member

Nurdok commented May 6, 2015

(Edited)
@max-arnold I don't know when I'll get around to it - it might take a few weeks. You're welcome to submit a Pull Request, though :)

@Nurdok
Copy link
Member

Nurdok commented Sep 20, 2015

Done! I would love it if you could try it out and give some feedback.
Thanks!

@Nurdok Nurdok closed this as completed Sep 20, 2015
@max-arnold
Copy link
Author

Works as expected, thanks a lot guys! Any plans for the next release?

@Nurdok
Copy link
Member

Nurdok commented Sep 22, 2015

I have plans, but then there's reality... :)
I hope to release a new version in a couple of weeks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants