Cumulus / Syndic

RSS and Atom feed parsing
MIT License
34 stars 13 forks source link

Atom.link title #55

Closed Chris00 closed 9 years ago

Chris00 commented 9 years ago

Since a link.title = Some "" should not be outputted (according to the W3 validator), do we really want to make a difference between with link.title = None? Shouldn't we just declare title: string and consider "" as the absence of title?

dinosaure commented 9 years ago

Yes, I think it's more easy to use string instead string option. And with that, we still respect the RFC.

Chris00 commented 9 years ago

Did you close it because you will be working on it??

dinosaure commented 9 years ago

Ah, I think you already work on it, sorry.

Chris00 commented 9 years ago

I'll try to find some time in the coming days to do it — but I wanted to make sure you agreed since it is a non backward compatible change...